Skip to content

SKAN -A Standalone Java Application for demonstrating cryptography

Notifications You must be signed in to change notification settings

hiiakku/SKAN-Cryptography

Repository files navigation

SKAN-Cryptography

SKAN -A Standalone Java Application for demonstrating cryptography algorithms like AES and RSA. A user can register and then get credentials to login into the software . He/She can create a file -give title to file , enter data into the file and then encrypt the file using a key . He/She can access the encrypted files and then can decrypt the files by entering the respected key.

Database commands (SQL Based)

  1. drop database crypt;

  2. create database crypt;

  3. use crypt;

  4. create table data(uname varchar(50) ,info varchar(1000),title varchar(100));

  5. create table users ( uname varchar(20), email varchar(20), pswd varchar(20), country varchar(20), state varchar(20), phone_no varchar(20));

About

SKAN -A Standalone Java Application for demonstrating cryptography

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages