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.
- Host: GitHub
- URL: https://github.com/corvuscodex/encrypt-string-with-a-seed-phrase-using-python
- Owner: CorvusCodex
- Created: 2023-02-10T03:31:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T21:50:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T08:44:54.609Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.