The SR29 encode and decode
Project description
#Description this program for protect your file or script with encode SR29
#INSTALL instaling using pip
pip install SR29
#Python #for encode
import sr29
encode = sr29.encrypt('string', 'password', salt='I Love You').hexdigest()
print(encode)
#for decode
decode = sr29.decrypt(encode, 'password', salt='I Love You')
print(decode)
#Program Script
$ SR29 fileIn.txt -o fileOut.txt -p Your_Password
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SR29-1.0.2.tar.gz
(131.6 kB
view details)
File details
Details for the file SR29-1.0.2.tar.gz
.
File metadata
- Download URL: SR29-1.0.2.tar.gz
- Upload date:
- Size: 131.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f97e5db90c989de3c02427fcfd771353a657bdecf5c61cd73acce6ac58cb15ab |
|
MD5 | da785a31ac9c98c8577377f492783d1d |
|
BLAKE2b-256 | ea6f59eb07391175c34eba84c7cce05cdf8cce604c3a8f7c72363101b61a0c73 |