symmetric-encryption-algorithm
There are 21 repositories under symmetric-encryption-algorithm topic.
FloTheSysadmin/VSHG
A standalone addon for GnuPG
Crazelu/igodo
A novel symmetric encryption algorithm implemented in Dart
maxkrivich/kalyna-fork
Kalyna cipher implementations
vaccarojohn/EZEncryption
This package provides an easy way to encrypt strings into MD5, SHA1, SHA256, SHA384, SHA512, AES, DES, TripleDES, and RC2 formats. It also provides a way to create your own custom cipher and use it to encrypt strings.
keirakaitlynn/MonoalphabeticSubstitutionCiphers
Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.
mgrand/crypto-shuffle
Very secure symmetric encryption algorithm with unlimited key length.
jayesh-tanna/authentication-via-jwt
Authentication via JWT
PawelTroka/EncryptorDecryptorRijndael
Encrypt and decrypt files easily with Rijndael symmetric-key algorithm
thevickypedia/RuStream
Self hosted streaming media server written in Rust
mycielski/twofish-in-java
Twofish ECB block cipher implementation in pure Java. No dependencies.
Pridestalkerr/bmp-encryption
Symmetric-key BMP image encryption algorithm.
rkiyanchuk/kalyna
Reference implementation of Kalyna block cipher
rohanranjan25061996/Symmetric-Encryption
Creating a login page sending user enter password in encrypted form using Symmetric-Encryption concept
defu3e/BOBC
Benchmark of block ciphers/Программная система для тестирования быстродействия алгоритмов шифрования
Rajesh-VPai/PoormansSecurity
Poorman's Security Algorithm
sidd0894/Password-Encryption-Decryption-Tool
Terminal based password encryption/decryption tool
VincentLeV/my-cryptosystem-react-bulma
My Cryptosystem - Encrypt and Decrypt Messages - ReactJS + Bulma
Zaltorus/Ziraelle
this program encrypts your files using symmetric encryption algorithm
FHArchive/Python.SymEncryptorV2
This is an symmetric encryption algorithm. It is a more glorified version of a substitution cipher. However, some substitutions are added that do not correspond to a letter to try and confuse anyone trying to break the cipher
pensiero/php-openssl-cryptor
Encrypt/decrypt using the PHP Openssl library
WellersonPrenholato/symmetric-encryption
🔐 Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.