Skip to content

EntropyKey is a web application that generates unique and secure tokens using your device's camera. The randomness in the video feed helps create unpredictable tokens, making them suitable for passwords or other secure identifiers.

License

Notifications You must be signed in to change notification settings

AmruthLP12/EntropyKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropy Key

EntropyKey is a web application that generates unique and secure tokens using your device's camera. The randomness in the video feed helps create unpredictable tokens, making them suitable for passwords or other secure identifiers.

Table of Contents

Features

  • Generates unique tokens using your device's camera
  • Secure and unpredictable tokens
  • User-friendly interface
  • Copy token to clipboard with a single click

How It Works

EntropyKey uses your device's camera to capture a frame of video data. The randomness in the video feed is leveraged to generate a secure and unique token. This token can be used as a password or any other form of secure identifier.

Usage

  • Open the EntropyKey web application.
  • Click the "Generate Token" button to start the process.
  • Allow the application to access your camera when prompted.
  • A unique token will be generated and displayed.
  • Click the clipboard icon next to the token to copy it to your clipboard.

Setup

To set up and run EntropyKey locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/AmruthLP12/EntropyKey.git
  1. Navigate to the project directory:
cd entropykey
  1. Open index.html in your preferred web browser.

Demo

You can try out the live demo of EntropyKey here: EntropyKey Demo

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.

  2. Create a new branch with your feature or bugfix:

git checkout -b feature-name
  1. Commit your changes:
git commit -m "Add new feature"
  1. Push to the branch:
git push origin feature-name
  1. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

EntropyKey is a web application that generates unique and secure tokens using your device's camera. The randomness in the video feed helps create unpredictable tokens, making them suitable for passwords or other secure identifiers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published