Tagged Questions
0
votes
2answers
322 views
Python Base64 string shorter than Botan Base64 string
I've managed to get AES/Rijndael [256bit key / 128bit block size] symmetric encryption working: encrypt with pycrypto and decrypting with Botan in C++.
However, when I try to base64 encode the ...
0
votes
1answer
500 views
How to make Botan RSA signature verification match that of PyCrypto
I'm developing a key generator that generates RSA signatures that
are to be downloaded to the clients computer.
In the clients computer i would like to use a RSA signature and a
public key to ...