47 results for “topic:aes-192”
Native Qt AES encryption class
WBC AES implementation in C++ using Chow and Muir papers supporting 128, 192, 256, 512, 1024, 2048 and 4096-bit keys
Advanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog HDL
Minimal and single-header cryptography library (AES, RSA, Base16, Base64, ZLib), implemented for education purposes - use @abumq/ripe for production.
Configurable AES-GCM IP (128, 192, 256 bits)
AES cryptographic library for .NET Framework and .NET Core
Generic AES Implementation in Circom
Simple AES128/192/256 in Java
Implementation of Advance Encryption Standard (AES-128/192/256/512) using Python and Numpy
An implementation of the Advanced Encryption Standard (AES) encryption algorithm using Verilog supporting AES-128, AES-192, and AES-256 encryption/decryption
AES-CTR implementation using AES-NI intrinsics and SIMD operations
Clats Encryption Standard (CES) key generator. It includes 3 AES-type key generation algorithms used with python. You can generate cryptographically secure encryption keys in 128, 192, and 256 bit key sizes. This project was peer reviewed by a CompTIA Security+ certified person.
Fast AES library for 8-bit AVR processors
An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.
A utility with zero dependencies to encrypt and decrypt values by abstracting the native crypto package.
a C++ crypto library for different crypto functions like DES, 3DES, AES, RSA etc.
Full AES (Verilog)
AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques
Client side AES encryption implemented with the help of crypto.js
Desktop application to encrypt files and directories.
Encrypt and Decrypt files with Advanced Encryption Standard.
A command line tool for file encryption and decryption (AES256-CBC)
A Python implementation of the Advanced Encryption Algorithm (AES)
This GitHub repository offers AES_192_CBC.h, a single header file for streamlined integration into C projects. It provides robust AES-192 CBC encryption and decryption, ensuring enhanced security. With its simplicity and comprehensive functionality, this header file simplifies cryptographic operations in CBC mode.
This repository contains the assignments done by me during the Applied Cryptography course offered by Indraprastha Institute of Information Technology, Delhi during Monsoon 2022.
A 0 dependency, no_std implementation of AES128, AES192 and AES256 ciphers.
Software implementation of the AES cipher with related modes of operations
A Python script providing an interactive CLI to securely generate random AES encryption keys (128-bit, 192-bit, 256-bit) for cryptographic and penetration testing applications.
This GitHub hosts AES_192_ECB.h, a C header file implementing AES-192 ECB encryption. AES-192, an extension of AES-128, ensures robust security. The file encapsulates the aes-192-ecb algorithm in C for efficient and secure implementation.
AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB