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