summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cryptsetup
AgeCommit message (Collapse)Author
2016-10-24fix bugs and cleanup cryptsetup codecinap_lenrek
devfs: - fix memory leak in devfs leaking the aes key - allocate aes-xts cipher state in secure memory - actually check if the hexkey got fully parsed cryptsetup: - get rid of stupid "type YES" prompt - use genrandom() to generate salts and keys - rewrite cryptsetup to use common pbkdf2 and readcons routines - fix alot of error handling and simplify the code - move cryptsetup command to disk/cryptsetup - update cryptsetup(8) manual page
2011-05-29cryptsetup: multifile commands + -itaruti
2011-05-24devfs crypto code - alpha versiontaruti