summaryrefslogtreecommitdiff
path: root/spec/xml/kit/crypto
AgeCommit message (Expand)Author
2021-01-30style: fix linter errorsv0.5.0mo khan
2019-04-30drop support for unsupported rubiesmokha
2019-01-28pack bytes instead of using string interpolationv0.3.0mokha
2019-01-28split data as bytes rather than charactersmokha
2019-01-28ensure ascii and utf-8 content can be decryptedmokha
2018-12-02extract padding.mo
2018-12-02use cipher.key_len instead of calculating in tests.mo
2018-12-02use the proper iv len for each algorithmmokha
2018-12-02add -e (the default)mo
2018-12-02generate secret instead of using current file.mo
2018-12-02downcase algorithmmo
2018-12-02combine algorithm loops.mo
2018-12-02decrypt content encrypted with openssl cli.mo
2018-12-02test decryption with multiple algorithms and bitlengthsmo
2018-12-02single assertion per spec.mo
2018-12-01decrypt file that was encrypted by openssl cli.mokha
2018-11-30provide example on how to hook into cipher registry.mokha
2018-11-30provide more examples for decryption.mokha
2018-11-24provide extension for custom encryption algorithms.mokha
2018-11-24try to clarify magic numbers.mokha
2018-03-03add frozen_string_literal pragma.mo
2018-03-03move spec files to expected path.mo