An open API service indexing awesome lists of open source software.

https://github.com/corvuscodex/encrypt-string-with-a-seed-phrase-using-python

This is a Python script that encrypts a word using a seed phrase.
https://github.com/corvuscodex/encrypt-string-with-a-seed-phrase-using-python

Last synced: 11 months ago
JSON representation

This is a Python script that encrypts a word using a seed phrase.

Awesome Lists containing this project

README

          

# Encrypt-string-with-a-Seed-Phrase-using-python

This is a Python script that encrypts a word using a seed phrase. The script uses the cryptography library to generate a key from the seed phrase and then uses that key to encrypt the word using the Fernet encryption method. The encrypted word is then returned by the encrypt_word function.

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>ETH: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

# Disclaimer

The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.