ofb-mode

There are 10 repositories under ofb-mode topic.

  • JoelRomero97/Cryptography

    Some classical/modern ciphers in C language and Python to encrypt and decrypt important information and keep the information safe, such as integrity, authentication, confidentiality and availability of the data. Some implemented ciphers are: Affine, DES and AES (with modes of operation for BMP images)

    Language:Python7201
  • ogtomi/crypto_lib

    This library contains the implementation of popular crypto algorithms from scratch using C++

    Language:C++62281
  • waldner/bAESh

    Hot, low speed encryption in Bash

    Language:Shell6200
  • hubert-kniola/CipherMods-ECB-CBC-OFB-CFB-CTR

    Measurement of encryption and decryption times using different operating modes for the AES Cipher

    Language:Java3101
  • alihaydarkurban/AES-Encryption-And-Decryption

    It is an Advanced Encryption Standard with 128-bit key values and also its some versions like Cipher Block Chaining and Output Feedback.

    Language:Python2200
  • andrija-tosic/crypto

    High performance, Bi-directional gRPC file streaming encryption service using Four square cipher, One time pad, SHA1, XXTEA, Output-feedback block cipher.

    Language:C#1200
  • jaskier07/Cryptographer

    Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.

    Language:C#1000
  • RuslanRamaldanov/SAFER-

    Алгоритм шифрования SAFER+. Работает как с тектом, так и с bmp картинками. Присутствует режим работы ofb.

    Language:C++1100
  • tanel312/AES_Library

    AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB

    Language:C++1100
  • n6parmak/feistel-network

    Feistel network implementation with EBC, CBC, OFB modes.

    Language:Java0100