Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL KeepOut .kpt header file support #112

Open
clach04 opened this issue Dec 30, 2023 · 0 comments
Open

OpenSSL KeepOut .kpt header file support #112

clach04 opened this issue Dec 30, 2023 · 0 comments

Comments

@clach04
Copy link
Owner

clach04 commented Dec 30, 2023

See https://antofthy.gitlab.io/software/#keepout
From https://antofthy.gitlab.io/software/keepout.sh.txt

# 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.

Depends on #111 and clach04/openssl_enc_compat#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant