-
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.
Add password and encryption to private key (#164)
* Add password and encryption to private key * Returned back default constructions * get_key modif * bytes() to encode() * revert default constructions and modif get_key.py file * Add fernet encryption and decryption methods * Added decryption to local key * Fix misstakes * Accidental deleting * Add password argument * BestAvailableEncryption used and load_pem_private_key * try block update with write file * Removed 1 line method * removed decrypt method and add password to pre_build * Hotfix * Pipeline modif and removed password argument
- Loading branch information
1 parent
889ef6e
commit d2680dc
Showing
2 changed files
with
7 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