Application for Decryption, Encryption and Steganographic Operations
Project description
A.D.E.S.O.
Application for Decryption, Encryption and Steganographic Operations
Summary:
Steganography
is the practice of concealing information within another message to avoid detection.
Encryption
is the process of converting plaintext into ciphertext, which is unreadable.
This application provides both of these functionalities. Users can first encrypt their data, via
a password using an AES-128 algorithm in CBC mode.
Then, users can hide the encrypted data (ciphertext)
within an image of their choice via steganography.
Key Features:
- A web interface is provided to paste large plaintext objects without a terminal buffer limit.
- All encryption, decryption, encoding and decoding is done in memory.
Tools Used:
- Front end: Svelte using SvelteKit
- API: Python 3.11.1 using Flask 2.3.2
- Cryptography: cryptography 41.0.1
- Steganography using LSB
Gotchas:
- Large ciphertext and images can result in API lag or lockups for steganography.
- The decode operation is done on the file selected, not the image displayed on the UI.
Links:
Installation:
pip install adeso
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
adeso-0.0.4.tar.gz
(196.6 kB
view details)
Built Distribution
adeso-0.0.4-py3-none-any.whl
(206.3 kB
view details)
File details
Details for the file adeso-0.0.4.tar.gz
.
File metadata
- Download URL: adeso-0.0.4.tar.gz
- Upload date:
- Size: 196.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38da4cbc653dd161290355f87929e9160e63c0599b5aa7c9befb40844a86bef3 |
|
MD5 | b4e2f957f4f75e37b06ff6df9533f550 |
|
BLAKE2b-256 | 615b2ef468d73da17df9ed77dfd2514e44de49ccae103ce32877466a85288431 |
File details
Details for the file adeso-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: adeso-0.0.4-py3-none-any.whl
- Upload date:
- Size: 206.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4640513e532b0b93fad7c4e0d43678cfcc2c488be1c2889ae814a47f5801ae69 |
|
MD5 | 1fd91c7448244e6e806b19dcf5144312 |
|
BLAKE2b-256 | c25c1996597475246bb312dc373d30c3e13ed2648617c527f5c0225f9caf376d |