Lawlez / crypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

node crypto module ports used

  • browserify-aes browserify-aes is a light weight port of nodes crypto.createCipherIv() and more methods used to apply aes encryption and more.
  • randombytes randomBytes is a Web implementation of nodes crypte.randomBytes() function we use it to generate IV's

About

License:GNU General Public License v3.0


Languages

Language:CSS 57.6%Language:JavaScript 42.4%