Julius Cipher - Python Edition
A simple program use to Encipher/Decipher text to/from Caesar Cipher or Vigenere Cipher. And yes, there are more versions of this program from other programming languages.
Installation
- Install Python 3.x from here. (Ignore if you already have Python 3.x installed)
-
Open terminal, run:
pip install julius_cipher
Usage
-
Open terminal, run:
caesar -
Alternatively, in a Python file (*.py), you can do:
from julius_cipher import main main()
To use the program.
-
Similarly, you can do:
<<<<<<< HEAD from julius_cipher import Caesar
Or:
from julius_cipher import Vigenere ======= from julius_cipher.main import Caesar >>>>>>> b680a6002ac55c8156d31260f848d5ea36990603
To use the ciphering functions.
Changelog
Version 4.0: Added support for Vigenere Cipher.
Requirement(s)
- Python 3.x
- Ziz's Utilities.
Note(s)
- While the input from file mode support pretty much any file type, anything other than plain text files (*.txt,...) could cause the program to freeze up (e.g *.exe,...) so avoid inputting those.
License
This project is licensed under the GNU General Public License 3.0, check LICENSE for more details.
Release files for julius-cipher 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| julius_cipher-4.1.0.tar.gz | 17.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| julius_cipher-4.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.9 kB
Release files / julius_cipher-4.1.0.tar.gz
| Download URL | julius_cipher-4.1.0.tar.gz |
|---|---|
| Size | 17.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab45d20e2aa6203cc940537bc2d20e026f9ee9f71b21d76f15384e1dc8d3e24b
|
|
BLAKE2b-256 checksum How to use checksums |
d57468bace650582050d8e96fe3d01e998abbbe37c5162e9db824fe16afb767c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.2
|
Release files / julius_cipher-4.1.0-py3-none-any.whl
| Download URL | julius_cipher-4.1.0-py3-none-any.whl |
|---|---|
| Size | 17.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b50f8e85ec3014c2f02d467d14b54b2e303b8f9c22239e85322d7a529f7b5137
|
|
BLAKE2b-256 checksum How to use checksums |
7a2ba52d4521b674b3f20003a6dd0f18470e312e61e8a7b05ab3a89f83d78a27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.2
|