https://github.com/remusdbd/remus-aes_decryption
my personal script
https://github.com/remusdbd/remus-aes_decryption
Last synced: about 1 year ago
JSON representation
my personal script
- Host: GitHub
- URL: https://github.com/remusdbd/remus-aes_decryption
- Owner: RemusDBD
- Created: 2023-11-06T21:17:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T23:14:27.000Z (over 2 years ago)
- Last Synced: 2025-02-02T02:18:54.910Z (over 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remus-aes_encryption_and_decryption
my personal script
For those who are just starting, I recommend trying out Version 1 initially to become acquainted with it.
It utilizes ECB mode, as opposed to CBC or GCM, meaning that no Initialization Vectors (IVs) will be generated.
For personal use, I believe it offers sufficient functionality for safeguarding passwords and is exceptionally user-friendly once you become accustomed to it.
However, please be aware that these scripts should not be your only tool. You also take your responsibility to keep your private key safety.
I use self-contained Python package for cryptography so the script do not store or transmit your data anywhere else.