Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 777 Bytes

File metadata and controls

17 lines (9 loc) · 777 Bytes

SecurityProject

Impelmentation of Cryptography algorithms for make secure connections between applications and over the network. The demo consist of three parts:

1 - Secure Bank Server to hold user's accounts and make transactions between them,

the server form

2 - Client application to connect to the server securely and make transactions and queries,

the client form

3 - Certificate Authority server to create and verify the certificates for client.

the certificate authority form