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 -s "I Love Python" --progress
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.3.tar.gz
(151.7 kB
view details)
File details
Details for the file SR29-1.0.3.tar.gz
.
File metadata
- Download URL: SR29-1.0.3.tar.gz
- Upload date:
- Size: 151.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8234c0f42adc701a30ea5ab44b4e23174e7bc371862ad176e6cbc88cbadbd2bb |
|
MD5 | 9ed0e368ad15e3a3bc71e69fafe3c39d |
|
BLAKE2b-256 | 77279798064f2e38fc2865911794afe47358d9a0e2a2301e869d343aad308468 |