A beginner's file secret encoder/decoder in Python
Project description
secret_to_file
A beginner's secret_to_file in Python
install
Linux&MacOS
Bash/Zsh
pip3 install secret_to_file
Windows
CMD/PowerShell
pip install secret_to_file
function
- Secret.encoding(str, str, str) -> None
- Secret.decoding(str, str, str) -> None
- test() -> str
Exam
Example
import secret_to_file
secret = secret_to_file.Secret()
secret.encoding("origin.txt", "new.txt", "test_key")
secret.decoding("new.txt", "test_key", "origin_decode.txt")
Output
+------------------------------------+
| Time : 0.01366 seconds |
+------------------------------------+
License
This project is licensed under the terms of the MIT license.
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
secret_to_file-1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file secret_to_file-1.0.tar.gz.
File metadata
- Download URL: secret_to_file-1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62b4cc8608e81ebe4dd37d23605cf1370b614155f4846e7564b21870bbc7da1f
|
|
| MD5 |
538796b0eb2fe4995e953add5757bdaf
|
|
| BLAKE2b-256 |
59bda51f70ce55eca8d48c79849959ecb0dc25f642051739b5921e74326e24bf
|
File details
Details for the file secret_to_file-1.0-py3-none-any.whl.
File metadata
- Download URL: secret_to_file-1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c12c00d2a02135e894f806e096c35b2633de86311f31b62dd2dc8c31c6421f90
|
|
| MD5 |
a917803b22beed1c354def4f08d4a738
|
|
| BLAKE2b-256 |
578945b8917fd3ee84c1c163786915e993fcf13988cd3e1e2b92439c74fd2adb
|