Switch to Fernet crypto as per gtank's recommendation
This commit is contained in:
parent
bd0a098282
commit
b4bddacedb
3 changed files with 26 additions and 13 deletions
|
@ -293,4 +293,4 @@ class DefaultConfig(object):
|
|||
# "Secret" key for generating encrypted paging tokens. Only needed to be secret to
|
||||
# hide the ID range for production (in which this value is overridden). Should *not*
|
||||
# be relied upon for secure encryption otherwise.
|
||||
PAGE_TOKEN_KEY = 'GdE4<~8&9LHDPM++'
|
||||
PAGE_TOKEN_KEY = 'um=/?Kqgp)2yQaS/A6C{NL=dXE&>C:}('
|
||||
|
|
Reference in a new issue