Skip to content

Digital signature app that allows user to verify the authenticity of PDF file using BLAKE2s and AES-128 Algorithms

Notifications You must be signed in to change notification settings

NaufalK25/pdf-digital-signature

Repository files navigation

PDF Digital Signature

Prerequisites

  1. Node.js

    $ node -v
  2. NPM

    $ npm -v
  3. MySQL

    $ mysql -V
  4. Git

    $ git --version

Development

  1. Clone the repository

    $ git clone https://github.com/NaufalK25/pdf-digital-signature.git
  2. Install dependencies

    $ npm i
  3. Copy .env.example to .env and fill the environment variables

    $ cp .env.example .env
  4. Run the development server

    $ npm run dev
  5. Open the website in your browser (default: http://localhost:3000)

About

Digital signature app that allows user to verify the authenticity of PDF file using BLAKE2s and AES-128 Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published