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
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.1b0.tar.gz
(128.8 kB
view details)
File details
Details for the file SR29-1.0.1b0.tar.gz
.
File metadata
- Download URL: SR29-1.0.1b0.tar.gz
- Upload date:
- Size: 128.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9685f7953a291b2a4c6c3a7ee6ef20a245a56ffa1b5732ce4d6fdfd482f886ab |
|
MD5 | f84e27ed9f3211d3cc1d7d768b3eb69d |
|
BLAKE2b-256 | fba98d886d3197abe17a4d0e497ee29806dd701cfa63014f3c03ed0706fd986b |