summaryrefslogtreecommitdiffstats
path: root/src/crypt
Commit message (Collapse)AuthorAgeFilesLines
* Add an AES implementation with openssl evpStefan Suhren2015-05-276-6/+140
|
* Use an EVP base class to reduce repetitionStefan Suhren2015-05-275-135/+170
|
* Delete misleading comments and a qDebugStefan Suhren2015-05-271-9/+2
|
* Make the messages human readableStefan Suhren2015-05-261-1/+1
|
* Use for decrypt EVP as well.Stefan Suhren2015-05-201-6/+50
|
* First try of using the EVP null chipher from OpenSSLStefan Suhren2015-05-192-2/+80
|
* Add call for default constructor of CryptClassBaseStefan Suhren2015-05-192-0/+2
|
* Fix a rare bug according to HeikoStefan Suhren2015-05-051-5/+9
|
* Add the best self written RC4 algo and use it for encryptionStefan Suhren2015-05-053-3/+52
|
* Add RC4 encryption from OpenSSLStefan Suhren2015-05-056-0/+87
|
* Adds multiple rotors and commentsStefan Suhren2015-04-152-10/+60
|
* Enigmafied the Caesar chipherStefan Suhren2015-04-142-43/+29
|
* Groups every 5 chars from the crypt textStefan Suhren2015-04-081-1/+7
|
* Implements decrypt and now uses a stripUmlauts functionStefan Suhren2015-04-072-5/+28
|
* Formatting and CryptClassCaesar::encrypt changesStefan Suhren2015-04-013-18/+30
|
* First steps with CryptClassCaesarStefan Suhren2015-04-012-1/+45
|
* Creates the CryptClassCaesar and connects itStefan Suhren2015-03-264-3/+43
|
* First commit of IT-SicherheitStefan Suhren2015-03-256-0/+766