8000 GitHub - ShpakovNikita/crypto-algorithms: Different popular cryptography algorithms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ShpakovNikita/crypto-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-algorithms

Different popular cryptography algorithms, like:

  • Symmetric cipher algorithm DES, Triple DES
  • Symmetric cipher algorithm GOST 28147-89
  • Symmetric cipher algorithm Blowfish
  • Asymmetric cipher algorithm RSA
  • Hash function GOST 34.11-94
  • Digital Signature Algorithm
  • Elliptical Signature Algorithm (Gost 34.10-2012)

How to build?

Currently, project supports only Windows and Macos platforms, but it also can be easily configured for Linux.

Macos

$ mkdir build
$ cd build
$ CMake -G Xcode ..

And then you can select needed algorithm via Product->Scheme->Choose scheme

Windows (Using VS generator)

$ CMake -G "Visual Studio 16 2019"

And then you can select needed algorithm in project explorer, right click, Set as StartUp project

About

Different popular cryptography algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0