You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Example header...
#
# KeepOut
# -aes-256-cbc
# -md sha512
# -iter 5067274
# -pbkdf2
# -salt
# __DATA__
#
# Encryption defaults used by "keepout" (file magic, cipher, hashing digest,
# and pbkdf2 iteration count) can only be set inside the script, at this time.
# Changing these will not effect the scripts ability to decrypt existing
# 'keepout' files (that is the point after all). The order of the options does
# not matter.
#
# After the '__DATA__' line (including a newline), is the "openssl enc" output
# generated using those options with the users password. Note that the
# iteration count is also randomised, as a further 'salting' of the
# encryption.
See https://antofthy.gitlab.io/software/#keepout
From https://antofthy.gitlab.io/software/keepout.sh.txt
Depends on #111 and clach04/openssl_enc_compat#2
The text was updated successfully, but these errors were encountered: