Skip to content

TheOfficialLOE/Authenticator

Repository files navigation

Authenticator

Authenticator is a secure password generator built with React and JoyUI and powered by Vite that generates passwords given a base32 hash. It allows users to securely store their passwords and access them quickly when needed. The app is designed to be easy to use and secure, making it ideal for both personal and business use.

Features

  • Generates passwords from a base32 string
  • Securely stores passwords
  • Easy to use interface
  • Automatically updates passwords after 60s
  • Compatible with most devices

Installation

  1. Clone the repository:
git clone https://github.com/TheOfficialLOE/Authenticator
  1. Install the dependencies:
# NPM
npm install

# Yarn
yarn
  1. Run the app:
# NPM
npm run dev

# Yarn 
yarn dev
  1. Open your browser at http://localhost:5173/ to view the app

Security

All data is stored locally on your device, so it can't be accessed by anyone else.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated!