Changelog for zerobin-1.5.2
1.5.2
- Fixed
CryptoError_KeySizeInvalidinWeb.ZeroBin.SJCL.encodeby usingCrypto.Cipher.AES.AES128instead ofCrypto.Cipher.AES.AES256
1.5.1
- Added ChangeLog
- zerobin command supports reading stdin:
zerobin -f /etc/fstabcan be done ascat /etc/fstab | zerobin -f -orzerobin -f < /etc/fstab