Skip to content

morishin/locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors 2

  •  
  •  

Languages