Skip to content

Commit

Permalink
Update NonCipher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Sep 21, 2019
1 parent d2a4a74 commit ac6760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonCipher/NonCipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class InvalidConfigurationError(NonCipherError): pass
class TextTooSmallError(NonCipherError): pass
class NotIterableError(NonCipherError): pass

__version__ = '5.0'
__version__ = '5.1'

TRY_TO_DECRYPT = ('''*\x08\x06L\x12{\x0c\x12\x18\n\x10b^\x01RK\x06'''
'''N\x17N\x13\\DW\x10TP\x11\x15\x1b[\\\x18]]\x16'''
Expand Down

0 comments on commit ac6760d

Please sign in to comment.