All Projects → fffaraz → Cppdes

fffaraz / Cppdes

Licence: mit
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)

Projects that are alternatives of or similar to Cppdes

Pki.js
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
Stars: ✭ 960 (+1711.32%)
Mutual labels:  encryption
Vaulty
Tokenize, encrypt/decrypt, mask your data on the fly with Vaulty proxy
Stars: ✭ 38 (-28.3%)
Mutual labels:  encryption
Dbfs
Distributed Blockchain-based File Storage 📡
Stars: ✭ 45 (-15.09%)
Mutual labels:  encryption
Sharpultimatetools
A Large Repository Of Awesome Scripts For C#.
Stars: ✭ 33 (-37.74%)
Mutual labels:  encryption
Horizoncrypt
Animal Crossing: New Horizons Save Encryptor/Decryptor
Stars: ✭ 36 (-32.08%)
Mutual labels:  encryption
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (-26.42%)
Mutual labels:  encryption
Php Storageless Sessions
Sessions handler which stores session data in HMAC-signed and encrypted cookies
Stars: ✭ 29 (-45.28%)
Mutual labels:  encryption
0bin
Client side encrypted pastebin
Stars: ✭ 1,051 (+1883.02%)
Mutual labels:  encryption
Archuseriso
Build Arch Linux iso images, create live usb drives, install on usb drives.
Stars: ✭ 36 (-32.08%)
Mutual labels:  encryption
Enigma
Gradle Plugin - Obfuscator String Encryption (Android/Java)
Stars: ✭ 43 (-18.87%)
Mutual labels:  encryption
Awesome Scalability Toolbox
My opinionated list of products and tools used for high-scalability projects
Stars: ✭ 34 (-35.85%)
Mutual labels:  encryption
Iocane
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
Stars: ✭ 35 (-33.96%)
Mutual labels:  encryption
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+1801.89%)
Mutual labels:  encryption
Kafka End 2 End Encryption
De-/Serialization wrapper for Kafka to accomplish end to end encryption
Stars: ✭ 32 (-39.62%)
Mutual labels:  encryption
Korra
A quick and simple encrypted file store for easy sharing within your organisation
Stars: ✭ 46 (-13.21%)
Mutual labels:  encryption
Siodb
The simplicity of REST and the power of SQL combined in a database that automatized security and performance. Forget the database, develop faster and safer!
Stars: ✭ 31 (-41.51%)
Mutual labels:  encryption
Transcrypt
transparently encrypt files within a git repository
Stars: ✭ 993 (+1773.58%)
Mutual labels:  encryption
Gpg Encrypt
Use GPG to encrypt a file using our best settings
Stars: ✭ 53 (+0%)
Mutual labels:  encryption
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (-9.43%)
Mutual labels:  encryption
Silence
PROJECT MOVED: https://git.silence.dev/Silence/Silence-Android/ (GitHub is just a mirror.)
Stars: ✭ 1,019 (+1822.64%)
Mutual labels:  encryption

cppDES

C++ implementation of Data Encryption Standard

DES, Triple DES (3DES), DES ECB Mode, DES CBC Mode

The Data Encryption Standard (DES) has been a standard encryption method in the United States for a number of years. It is moderately secure. No easy ways have been found to crack it, although a brute-force approach, using expensive special-purpose equipment, is probably feasible.

When is compiled as a standalone application, it produces a command-line application that encrypts or decrypts a file using a hexadecimal key taken from the second command-line argument.

Usage: cppDES -e/-d key [input-file] [output-file]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].