Skip to content

Commit

Permalink
Update crypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AthomsG authored Nov 10, 2023
1 parent 242f848 commit 7f1aed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import argparse
import os

def generate_key():
return Fernet.generate_key()

def write_key(key=None):
'''
Generates a key and saves it into a file
Expand Down

0 comments on commit 7f1aed8

Please sign in to comment.