Skip to content

morishin/locker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

locker

locker is a shell script to protect a text file by AES encryption.

Install

You can install locker via Homebrew.

brew tap morishin/morishin
brew install locker

Usage

  • Create a new text file and encode.

    locker lock <filename>
    (Edit file...)
    Input password:
    Input password again:
    '<filename>' created.
  • Open a encoded file.

    locker open <filename>
    Input password:
    (Display file content)
  • You can edit content of a encoded file.

    locker edit <filename>
    Input password:
    (Edit file...)
    '<filename> edited.'
  • And you can change password.

    locker chpass <filename>
    Input password:
    Input NEW password:
    Password updated.
  • More help information.

    locker help

About

Shell script to protect a text file by AES encryption

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages