KingJoySaiy / GOST-Block-Cipher

Implementations of Block Ciphers based on Gost algorithm & RIPEMD-256 hash function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOST-Block-Cipher

Implementations of Block Ciphers based on Gost algorithm & RIPEMD-256 hash function.

  • Block cipher mode of operation: ECB, CBC, CFB, OFB, CTR.
  • Plain & cipher text or file path can be typed in.
  • The length of text & key is arbitrary.
  • Any format of file is supported.

About

Implementations of Block Ciphers based on Gost algorithm & RIPEMD-256 hash function.

License:MIT License


Languages

Language:C++ 98.8%Language:CMake 1.2%