ahmfarisi / DigiSign

Aplikasi Sederhana untuk Tanda Tangan Digital dengan Hash dan Auto Generate QR Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigiSign

Aplikasi Sederhana untuk Tanda Tangan Digital dengan Hash dan Auto Generate QR Code.

Library, Framework, etc

To do first

  • Create database and import the database from the provided file (Located on: Digisign/your_database_name.sql)
  • Setting the project config for the base url
  • Setting the project database (username, password, and database name)

Username and Password to Login

The table user inside the database store this username and password to login. Check it out below.

  • Username : john
  • Password : john

Some Screenshot

enter image description here enter image description here enter image description here

If the picture above is not loaded, then check out this link for the image :

QR Code

Then you can use the QR Code as your digital signature. And the Controller Token_check is set to be public (no need session), because this is used to verify the generated QR Code, whether it is genuine or fake.

About

Aplikasi Sederhana untuk Tanda Tangan Digital dengan Hash dan Auto Generate QR Code

License:MIT License


Languages

Language:PHP 77.9%Language:JavaScript 12.1%Language:HTML 8.2%Language:CSS 1.7%