Skip to content

AustinPardosi/CryptoNight

 
 

Repository files navigation

CryptoNight Cipher

Introducing a calculator for our newly created block cipher algorithm named CryptoNight. This calculator accommodates both text and file input. Additionally, it offers 5 modes: ECB, CBC, OFB, CFB, and CTR.

How to Run

  1. Clone or download this repository
  2. Open the repository folder in terminal
  3. Run npm run dev command in terminal
  4. The app can be accessed in http://localhost:3000
  5. Enjoy

Author