Crates.io | encodex |
lib.rs | encodex |
version | 0.2.0 |
source | src |
created_at | 2022-04-24 21:01:29.045399 |
updated_at | 2024-10-09 23:21:13.77645 |
description | Implementation of and cryptanalysis tool for legacy and modern codes, ciphers and hashes. |
homepage | https://gitlab.com/moose_dev/encodex |
repository | https://gitlab.com/moose_dev/encodex.git |
max_upload_size | |
id | 573330 |
size | 389,938 |
A command line tool and library for several codes, ciphers and hashes. See features section for a
comprehensive list of supported features. For information about how to use this crate please use
cargo doc --all-features
from within the project folder and read the generated documentation.
I develop this library/cli-tool mostly for lectures at university and understanding how all the codes, ciphers and digest-algorithms work internally. It is not intended for use in production code.
If you still decide to use this library in production code or to play around with it, every constructive feedback is appreciated.
The following list is a complete overview of all implemented features. Unchecked features are not yet implemented.
The names of the highlighted
features in this list match the names of features in the Cargo.toml
file. The list below the names is the functionality that will be enabled by the feature.
base64
base64url
en- and decoding
base32
base32hex
base16
/ hex
cryptanalysis
ui
This program is released under the GNU General Public License. See COPYING for additional information about the license.
For any other question contact me at fabian.moos@moosegamesdev.org.