Skip to content

Commit

Permalink
increased byte size for sk
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Jun 3, 2024
1 parent 042f924 commit 838a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyan_flask/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

crypt_manager = CryptManager()

secret_key = os.urandom(24).hex()
secret_key = os.urandom(32).hex()
os.environ["SECRET_KEY"] = os.environ.get("SK", secret_key)


Expand Down

0 comments on commit 838a302

Please sign in to comment.