-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish loading Crypt4GH private keys.
- add check for c4gh-v1 magic word - explicitly check supported KDFs and implement them: - scrypt - bcrypt - pbkdf2_hmac_sha256 - c4gh binary key decoding - decrypting encrypted binary key using user-provided passphrase callback - add bcrypt and cryptography to dependencies (for now without explicit version) - add simple test for loading sample secret key from reference implementation
- Loading branch information
Showing
3 changed files
with
174 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters