rijndael

There are 59 repositories under rijndael topic.

  • Crypto-Notepad/Crypto-Notepad

    🔑 Simple notepad for Windows with encryption features

    Language:C#221145937
  • 2Toad/Rijndael256

    AES cryptographic library for .NET Framework and .NET Core

    Language:C#346129
  • cryptopocket

    miroslavpejic85/cryptopocket

    🔐 Encrypt anything, then Decrypt by providing a required key.

    Language:Visual Basic .NET30319
  • moeenz/rijndael

    Rijndael AES encryption algorithm in pure python.

    Language:Python22309
  • nagilum/cryptocsharp

    C# lib to encrypt and decrypt data with symmetric/asymmetric algorithms

    Language:C#194211
  • MK-Ware/CryptoKnight

    CryptoKnight is a general purpose cryptography desktop app

    Language:Java17104
  • flexxxxer/aes-rijndael

    aes (rijndael) implementation

    Language:C++15000
  • dsoprea/RijndaelPbkdf

    Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible.

    Language:Python12394
  • Roydl/Crypto

    :books: Provides a handy way to hash data using Adler32, CRC (8-bit to 82-bit, and customizable without bit restriction), MD5, SHA-1 and SHA-2 (256-bit, 384-bit and 512-bit), including HMAC keyed hashing for some types. Functions for encrypting and decrypting data with Rijndael (128-bit, 192-bit and 256-bit) are also offered

    Language:C#9101
  • jar0l/crypto

    Cross-platform Crypto Tool

    Language:C#8004
  • Jemtaly/CryptoXX

    A modern, high-speed, easy-to-use object-oriented C++ cryptographic library, aims to simplify the steps of using, making cryptographic algorithms modular and unifying the interface, thus enhancing scalability and flexibility of use. 一个现代、高效、易用的面向对象 C++ 密码库,旨在简化使用步骤,同时使密码算法模块化并统一接口,从而提升可扩展性和使用的灵活性。

    Language:C++8233
  • Paskowsky/Capsule

    Seal your data in a Capsule!

    Language:C#8202
  • Pure-Peace/simple-rijndael

    rijndael-cbc encryption and decryption algorithm implemented in pure Rust (supports zero-padding or pkcs7)

    Language:Rust8312
  • atesgoral/milenage

    MILENAGE algorithm for Node.js

    Language:JavaScript7412
  • kraynel/js-rijndael

    Pure JS implementation of Rijndael cipher.

    Language:JavaScript7253
  • emdneto/aestoolbox

    An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.

    Language:Python62170
  • Job79/EasyEncrypt

    Wrapper around the .net SymmetricAlgorithm class to make encrypting strings, arrays, streams and files simple.

    Language:C#4223
  • jopanel/EncryptMyWallet

    Encrypt My Wallet for cryptocurrency wallet/pass-phrase encryption with user-defined password decryption. Used as an additional layer of security for the holding or storing of wallet information pertaining to cryptocurrency funds.

    Language:PHP4246
  • charltoncr/Rijndael-Cipher

    Fast Rijndael encryption/decryption with 128, 192 & 256 block sizes and key sizes in C.

    Language:C3100
  • loneicewolf/Cryptography

    Encryption implemented in various languages. like AES and Serpent, more coming.

    Language:C3102
  • maxkrivich/kalyna-fork

    Kalyna cipher implementations

    Language:C3200
  • MynaPasswordManager

    nylssoft/MynaPasswordManager

    A password manager for Microsoft Windows.

    Language:C#3331
  • Speckmops/AESClass

    AESClass is a lightweight class for encrypting and decrypting with AES

    Language:C#3100
  • aleiva3476/SimpleRijndael

    Simple use of the Rijndael algorithm in .NET

    Language:C#2000
  • certtools/cryptopanlib

    Version of David Stott's Lucent Crypto-PAn lib: useable for Python ctypes loading

    Language:C++2222
  • nano9911/AES128_C-POSIX

    AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.

    Language:C2200
  • PawelTroka/EncryptorDecryptorRijndael

    Encrypt and decrypt files easily with Rijndael symmetric-key algorithm

    Language:C#2200
  • pedro-ca/Multicast-Chat

    💬 A Multicast Chat with optional Advanced Encryption Standard (AES) on messages and customizable parameters.

    Language:C#2103
  • TheLazyTomcat/lib.AES

    Complete implementation of Rijndael and AES (which is subset of Rijndael) ciphers. All allowed key and block sizes are implemented and should be compatible with reference Rijndael cipher.

    Language:Pascal2203
  • yudinikita/encryption

    Программа для шифрования и дешифрования текста с ключом на WinForms. Метод шифрования: base64 -> AES (Rijndael). Можно сохранять и загружать файл, генерировать случайный ключ и очищать поля.

    Language:C#2200
  • dep-810b-studs/cryptography

    Web приложение для шифрования данных на основе алгоритмов RSA, Rijndel, Des

    Language:C#1
  • EBS-Security-Systems/EBS-Docs

    Documentação das Aplicações

    Language:Markdown1010
  • GameZoneHacker/AES

    This GitHub repository contains a basic Python implementation of the Advanced Encryption Standard (AES) algorithm, which is a widely used symmetric-key encryption algorithm for securing data. The code in this repository provides a complete implementation of AES-128 bits encryption.

    Language:Python1100
  • Kongduino/RijndaelJS

    Crude and very basic implementation of AES in Javascript from the original C code.

    Language:JavaScript110
  • MarcosVB/Block-Cipher

    48-bit Block Cipher in CBC mode.

    Language:Java1100