Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 649 Bytes

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