Skip to content

SIGS-UnB/lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Lock

Stores all passwords with GPG

Using GPG Keys

  • Install GPG Tutorial GPG

  • Tutorial to use GPG in file keys.gpg

    • You need to be inserted to the project keychain (Contact the developers)
    • To add new developer
     gpg --keyserver keys.gnupg.net --search-keys [email protected]
    
    • If you modify and need to encrypt message, always add list of emails the developers
     gpg  --recipient [list of emails the developers] --encrypt keys.txt
    
    * Check keychain contacts (To see if people were successfully added)
    ```
    gpg --list-keys
    #LOG
    ```
    
    • To decrypt message VIEW ONLY
     gpg -d keys.gpg
    

    VIEW AND UPDATE

     gpg --output <outfile> -d keys.gpg
    

About

Stores all passwords with GPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published