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