mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
d017611d76
If the key length is not a multiple of 40 bits, its base32 representation may be padded, and that padding will be encoded. We already decoded the label (which may contain spaces and other unsafe characters), but not the key. For the sake of simplicity and robustness, we now decode the name and value of every property. This corresponds to OpenPAM r886. |
||
---|---|---|
.. | ||
cipher | ||
core | ||
cpe | ||
digest | ||
enc | ||
hash | ||
mac | ||
mpi | ||
oath | ||
rand | ||
rsaref | ||
test | ||
Makefile.am |