rodlie / verifyrsa

RSA sign & verify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA sign & verify

Very simple library used to sign and verify text files. Based on example by Ian Bull.

Requires CMake and OpenSSL. Tested on Windows with MSVC 2013 and Linux with GCC 5.5.

$ echo "Hello World!" > world.txt
$ rsa-generate my 4096
$ rsa-sign my_private.pem world.txt
$ rsa-verify my_public.pem world.txt
Valid signature!

About

RSA sign & verify

License:Other


Languages

Language:C++ 87.1%Language:CMake 7.0%Language:Batchfile 5.9%