A flexible Mutable Symmetric Encryption algorithm
Project description
FMEA (Flexible Modifiable Encryption Algorithm)
A flexible EXPERIMENTAL Encryption algorithm with FNNH
hash algorithm (a Hashing algorithm i made earlier) with used defined block size decleration and data size dependent Encryption.
WARNING: This is a Experimental Encryption Algorithm
HOW TO USE
- Run the Command
pip install FMEA
in your python ENV. - and to use the algo write :
from FMEA import FMEA
plain_text = "qwerty"
password = "123"
streass = 1
blocksize = 64
#mode = 1 is for encrypting the data
cipher_text = FMEA(plain_text,password,mode=1,blocksize,stress)
#mode = 2 is for encrypting the data
plain_text = FMEA(ciphertext,password,mode=2,blocksize,stress)
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
FMEA-0.0.1.tar.gz
(2.5 kB
view details)
Built Distribution
FMEA-0.0.1-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file FMEA-0.0.1.tar.gz
.
File metadata
- Download URL: FMEA-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3871fbe6d4564d1ccc2d96da2229585a13b9ea37f3bf8bba1e5dd1b6558b6e21 |
|
MD5 | d3e8b19eb85d5fdc2fe3d40138a6adfa |
|
BLAKE2b-256 | 092a60da6395f01a59aeb429b2227fa88745acd401af17e6e204f6ba1fc8a5f9 |
File details
Details for the file FMEA-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: FMEA-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf0696ea1a94f64abeff5af263383bed20b84129d2860a2ad80ecc2b5cb393a6 |
|
MD5 | ba4f5c4d5d03d6276db4d8f2c2328021 |
|
BLAKE2b-256 | a04850c0a7c77cce28412fc0190226fc3527679d4709fe28fecdbb731203b93a |