Skip to content

pizzapanther/passwordatron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passwordatron

Insecure way to secure your applications

A small utility that requires a password before starting an application. Let's you limit access to applications on a shared computer. Note, anyone with some tech skills will find a way around this. Think of it as a door to let people know not use that application.

Configuration File

{
  "password": "super-insecure-way-of-storing-a-password",
  "app-name1": "/path/to/application add-some-args --like-this",
  "app-name2": "/path/to/another/application add-some-args --like-this"
}

About

Insecure way to secure your applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages