summaryrefslogtreecommitdiff
path: root/lib/xml/kit/crypto
AgeCommit message (Expand)Author
2019-04-30drop support for unsupported rubiesmokha
2019-01-28extract method to apply padding to reduce ABC sizemokha
2019-01-28split data as bytes rather than charactersmokha
2019-01-24allow target class to provide symmetric and assymetric ciphersmokha
2019-01-24update soap spec to use same symmetric key in EncryptedKey and EncryptedData ...mokha
2018-12-02extract padding.mo
2018-12-02generate secret instead of using current file.mo
2018-12-01decrypt file that was encrypted by openssl cli.mokha
2018-11-30provide more examples for decryption.mokha
2018-11-25add a default padding of nil.mokha
2018-11-25xmlenc DES3CBC encryption fails due to undefined `iv`mokha
2018-11-25move towards using xmlenc gem.mokha
2018-11-25set padding to 0 for AES descryption.mokha
2018-11-20fix linter errors.mokha
2018-11-20add padding for rsa oaep algorithm.mokha
2018-03-03add frozen_string_literal pragma.mo
2018-03-03rubocop auto correct.mo
2017-12-30refer to single constant.mo
2017-12-30simple -> symmetric.mo
2017-12-30add specs for simple cipher.mo
2017-12-30add specs fo rsa cipher.mo
2017-12-30add spec for oaep.mo
2017-12-30add support for more symmetric ciphers.mo
2017-12-26fix specs in xml-kit.mo
2017-12-26move xml decryption to xml-kit.mo