encryption-methods
There are 12 repositories under encryption-methods topic.
calccrypto/Encryptions
A C++ Encryption Library
SilentVoid13/Silent_Packer
An ELF / PE binary packer written in pure C, made for fun
paulveillard/cybersecurity-searchable-symmetric-encryption
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Searchable Symmetric Encryption.
crazy-max/CwsCrypto
PHP class for password hashing with multi encryption methods
amanboss9/Go_Docker
Golang production code boilerplate with Redis, MongoDB, Docker and Logger including the best practices.
elidill653/RC4-Stream-Cipher
Encrypts and Decrypts messages using RC4
davidhaw/SafeFile
Easily encrypt and decryt text and files with different encryption methods while being simple and advanced.
mahmed-eng/Caesar-cipher
The Caesar Cipher is a basic encryption algorithm where each letter in the plaintext is shifted a certain number of places down or up the alphabet. In this implementation, the user can input a plain text and a shift value, and the program will generate the corresponding encrypted or decrypted text.
paulveillard/cybersecurity-encryption
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Encryption
elidill653/RSA-Encryption
This is a test program made to demonstrate the RSA algorithm and its properties.
qs-labs/simpleSubstitution
Implementation of the simple substitution encryption method, built with Eclipse.
GeorgiiFirsov/Decrypt
My research about data encryption. The main question is: is it possible to find out a cipher by encrypted word only? I use some machine learning algorithms to classify encryption methods.