decryption-algorithm
There are 95 repositories under decryption-algorithm topic.
Coding-Meet/API-Key-Encrypt-Decrypt-App
How to Secure API Key or String Encryption and Decryption Using Library Android Studio Kotlin
jadehamel/ETHPublicKeyBruteForce
Javascript or Quantum brute-forcing the Ethereum private key corresponding to a given public key x-coordinate on the SECP256K1 elliptic curve.
rosalesjahaziel/cipher-hooks
Encrypt/Decrypt file with hooks when commit and pull code
23197681-5/cryptography
algoritmo de decriptação e criptação clássicos, implementados na disciplina de segurança da informação
daipham2506/FES
File Encrypt System
FhdAlotaibi/CryptographyAndroid
CryptographyAndroid is a complements javax.crypto.Cipher and java.security.KeyStore to make it much easier to encrypt and decrypt your data. CryptographyAndroid stores cryptographic keys in the keyStore.
huzefamehidpurwala/Caesar-Cipher-Encrypter-Decrypter
This project is a Python program that uses the Caesar cipher to encrypt and decrypt messages. It takes a message and a numerical key as input and outputs the resulting cipher text. It can also decrypt the cipher text and find the encryption key used. It's a simple way to learn about encryption and decryption algorithms.
Kelvin229/genetic_algorithm_decryptor
A simple java application using genetic algorithm to decrypt encrypted text.
kunaladarsh/Message-Encryption-and-Decryption-Application
Message encryption and decryption application is to protect the privacy and security of text messages by transforming them into unreadable and readable forms, respectively. it can encrypt and decrypt text messages using different methods or algorithms
Merlin1846/bad_encrypter
A simple encryption program that is probably not very good compared to everything else out there.
MrRexZ/Computational-Intelligence-Assignment-1
An assignment for one of Sunway University's module, Computational Intelligence
pugazhmukilan/hill_cipher
This repository contains the algorithm for the Hill Cipher encryption which use the matrix to encrypt the message and even to decrypt it using the inverse of the same matrix ,this algorithm uses the python program to implement it and of course we can use any language to implement it ,
rcastrucci/cmd-encrypt
Bash commands to encrypt and decrypt json files using JsonCrypt
Reda-BELHAJ/CryptoReda
CryptoReda is my own encryption and decryption algorithm
ShkelqimZ/Caesar-cipher-decoder
Caesar cipher decoder is a desktop app. This app can decode an encoded cipher in three different ways. Dictionary attack is based on most used words in albanian language
skaldragon/CSFH-64
A hashing and encryption and decryption algorithm for powershell with user Verification.
TERNION-1121/ezCipher
A CLI in C to encrypt and decrypt text using a variety of cipher algorithms
beratyunten/algoritmaodevi1.2
Bu projenin amacı bir metin şifreleme/şifre çözme programıdır. Sadece C Dili kullanılmış olup basit bir şifreleme algoritması vardır.
bhaveshppatil/PasswordEncrypto
PasswordEncryptor is an app to generate strong passwords and encrypt and decrypt data🔐
hasancagli/image-encrypter
Image encryption/decryption using python
heschy/HeschyCrypt
An Encrypting/Decrypting header for Java/C/C++
kathirbala33/kathirbala33
Config files for my GitHub profile.
kxnyshk/cypher-encryption.py
Python script to encrypt and decrypt data using dual level of custom defined, random auto-generated key and reference tables.
MihaiMocanuGit/CaesarCipherDecrypter
Program that finds the decryption key for Caesar's Cipher
mudasir45/Encryption_web_App
A web application in which I implement all the encryption algorithms to encrypt or decrypt Information
ocrim1996/DecryptionExponentAttackRSA
A Python script to implement the attack on exponent decryption in RSA.
Pablomartin11/Decrypt-Message
Decrypt a message with the Metropolis-Hasting Algorithm
Pl4tt/Enigma
An implementation of enigma encryption machine written in python
Rajesh-VPai/PoormansSecurity
Poorman's Security Algorithm
SammXdd/mp4-enc-GUI
Securely encrypt and decrypt MP4 files with a fast, user-friendly GUI application
Zaltorus/Ziraelle
this program encrypts your files using symmetric encryption algorithm
a-k-r-a-k-r/Simple_Message_Encrypter
A simple message encrypter for you.
Coding-Meet/Secure-Api-Key-With-NDK-and-Library
How to Secure API Key or String Using NDK and Encryption Android Studio Kotlin
daCFniel/Vigenere-Cipher-Cracker
Functions for decripting Vigenere Cipher
mehmetkahya0/Crypter
Crypter is a Text Encrypter&Decrypter program
sassanghz/Dictionary-Attack
An implemenation of a brute force technique to encrypt and defeat a cipher or specific authentication measure towards an encryption key from a list of known passwords.