-
Clone the repository
$ git clone https://github.com/NaufalK25/pdf-digital-signature.git
-
Install dependencies
$ npm i
-
Copy
.env.example
to.env
and fill the environment variables$ cp .env.example .env
-
Run the development server
$ npm run dev
-
Open the website in your browser (default: http://localhost:3000)
NaufalK25/pdf-digital-signature
Digital signature app that allows user to verify the authenticity of PDF file using BLAKE2s and AES-128 Algorithms
JavaScript