Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Smash_pass
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Smashpass
Smash_pass
Commits
0a804230
Commit
0a804230
authored
Dec 09, 2024
by
Benjamin REED
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working build. moved to a new git bc i caused chaos with the other one due to stupidity
parent
94370b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
main.py
main.py
+0
-6
No files found.
main.py
View file @
0a804230
...
...
@@ -172,18 +172,12 @@ class State:
file
.
close
()
def
caesar_cipher
(
inp
,
offset
):
pass
def
generate_password
(
length
,
charset
):
s
=
[]
for
i
in
range
(
0
,
length
):
s
.
append
(
random
.
choice
(
list
(
charset
)))
return
''
.
join
(
s
)
def
aes_256
(
inp
):
pass
def
handle_args
(
db
:
str
,
password
:
str
):
state
=
State
(
db
,
password
)
return
state
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment