Skip to content
/ basicotp Public

A two-factor authentication application for one-time password based on time.

License

Notifications You must be signed in to change notification settings

nodys/basicotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicOTP

A two-factor authentication application for one-time password based on time.

Feature

  • Based on electron and notp
  • Works for TOTP keys
  • Store based on aes256 encryption

Beta software

This application is essentially an experimentation/demonstration of a desktop application based on electron, notp vuejs and vuex, browserify and browserify-hmr.

Play with it, use it at your own risk.

Getting started

Clone this repository and run npm install

  • npm run dev: To build a developement version in the build folder
  • npm run dev-start: To start the developement version with electron
  • npm run dev-serve: To serve the developement version in a http server (see http://localhost:8080 - use localStorage without encryption !)
  • npm run dist: To build a packaged version

See package.json scripts for details.

Missing

About

A two-factor authentication application for one-time password based on time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published