85 skills found · Page 1 of 3
moserware / AES IllustratedAn implementation of the Advanced Encryption Standard (AES) algorithm meant for study to go along with "A Stick Figure Guide to the Advanced Encryption Standard (AES)" blog post at www.moserware.com
secworks / AesVerilog implementation of the symmetric block cipher AES (Advanced Encryption Standard) as specified in NIST FIPS 197. This implementation supports 128 and 256 bit keys.
michaelehab / AES VerilogAdvanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog HDL
gabrieldim / WPA2 CCMP Authentication ProtocolAuthentication protocol using Advanced Encryption Standard. Information security is the primary goal here.
lmshao / AESAdvanced Encryption Standard,AES加解密算法C语言实现。
YatharthChamoli / AxCryptAxCrypt is a user-friendly Python application designed to provide seamless encryption and decryption of data using the Advanced Encryption Standard (AES) algorithm. Whether you need to secure sensitive information or decode encrypted data, this app offers a straightforward solution with robust encryption techniques.
Akshay-Vs / PassLockPassLock is a highly secured password manager that encrypts passwords using Advanced Encryption Standards (AES)
magiclen / MagicCryptMagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length. If the encrypted data is a string, it will be formatted automatically to Base64.
Ort0x36 / DimorfDimorf is a ransomware using 256-bit AES with a self-destructing, randomly generated key for Linux OS´s
jangko / NimAESAdvanced Encryption Standard, Rinjdael Algorithm written in Nim
rishidewan33 / Advanced Encryption Standard AlgorithmJava Implementation of AES (128 and 256)
robertsosinski / Js AesA JavaScript implementation of the Advanced Encryption Standard using Counter Mode.
pnvamshi / Hardware Implementation Of AES VerilogHardware Implementation of Advanced Encryption Standard Algorithm in Verilog
IgorTitov / LabVIEW Advanced Encryption StandardNative LabVIEW implementation of Advanced Encryption Standard (AES256) algorithm
magiclen / Rust MagiccryptMagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrypt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS7 padding and 64, 128, 192 or 256-bits key length.
cjdrake / AESAdvanced Encryption Standard (AES) SystemVerilog Core
prajwalmali / CryptoThis tool will encrypt-decrypt your files and directories. It has built-in password generator and featured with Colourful UI. It is based on AES (Advanced Encryption Standard) CBC mode Algorithm Symmetric Cryptography and made in Python language (Python3)
ahegazy / AesAdvanced encryption standard implementation in verilog.
sanjith0404 / Password Storage Using Image SteganographyStoring passwords has always been one of the most difficult of jobs. This is a solution where you store passwords in an image using Image steganography. image steganography uses the bits of the image pixels to store information. We use Least Singnificant Bits to store the information so that the overall image is not affected i.e one that cannot be noticed by our naked eye. To make it more safe we use Advanced encryption standard to encrypt the password stored in the image. We use a key to store all the passwords in an image. ONE KEY TO STORE THEM ALL!
secana / AES TBOXAdvanced Encryption Standard (AES) implementation using t-boxes for faster computation.