OpenSecrets is a small CLI for protecting files inside an arbitrary folder with strong encryption and a password-based unlock flow.
opensecrets init
opensecrets unlock
opensecrets unlock <path>...
opensecrets lock <path>...
opensecrets lockInitialize a protected folder:
opensecrets initStart a local authenticated session:
opensecrets unlockUnlock a file:
opensecrets unlock secrets/prod.envUnlock a directory:
opensecrets unlock secrets/Lock a file back into the encrypted store:
opensecrets lock secrets/prod.envLock a directory back into the encrypted store:
opensecrets lock secrets/Go dark and clear the local session:
opensecrets lockOpenSecrets is licensed under the MIT License.