Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Sqoop provides a few different options when decrypting password files. Unfortunately, key derivation varies from command line tool (and most command line tools are not complete (See openssl bug (https://www.openssl.org/docs/apps/enc.html) on key derivation + iterations)), so it makes sense to provide a tool that does the following:
- Ask for a passphrase
- Ask for salt or optionally generate salt
- Optionally ask for an encryption algorithm
- Optionally ask for iterations in key derivation
- Encrypt a file using Sqoop's internal key derivation function (which is actually PBKDF2 With HMAC-SHA1).
- Return generated salt