“Math-Functions-Cryptography”

The en- and decryption is not ready yet! (06.02.2022)

En- and decrypting text-messages by creating a key with of the fibonacci-sequence. This key helps to create mathematical functions, whose zeros should generates the encrypted message.

Author

Twitter: https://twitter.com/SevenPulsar
StackOverflow: https://stackoverflow.com/users/13998100/pulsar

Full Explanation

//

Requirements

$ pip install -r requirements.txt

Execution

Syntax:

$ python3 [app].py [encrypt|decrypt] [keyfile-path|none]

Example – Encryption:

$ python3 math_function_crypt.py encrypt none

Example – Decryption:

$ python3 math_function_crypt.py decrypt my_keyfile.encr__

Suggestions & Reports

Suggestions or errors are welcome to be reported!

GitHub

View Github