8000 GitHub - sooperdoob/bcrypt-ctf: Crack a bcrypt password hash in this CTF challenge.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sooperdoob/bcrypt-ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CTF Challenge

This is a Capture The Flag (CTF) challenge implemented using JavaScript, HTML, and cryptographic techniques. The challenge involves decrypting a piece of encrypted data using a password provided by the user.

Introduction

The CTF challenge simulates a scenario where a user is required to decrypt a piece of data using a password. The encrypted data is generated using the AES encryption algorithm, and the password is hashed using bcrypt for secure storage. Participants need to provide the correct password to decrypt the data and complete the challenge.

Features

  • AES encryption and decryption for data security
  • Password hashing using bcrypt for secure storage
  • User-friendly web interface for interaction

Installation

  1. Clone the repository:

    git clone https://github.com/sooperdoob/bcrypt-ctf.git
  2. Navigate to the project directory:

    cd bcrypt-ctf
  3. Open the index.html file in a web browser.

Usage

  1. Open the application in a web browser.
  2. Enter the password into the provided input field.
  3. Click the "Submit" button to check if the password is correct.
  4. If the password is correct, the decrypted data will be displayed.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.

About

Crack a bcrypt password hash in this CTF challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0