Skip to content

This Crypto System generates symmetric keys on the go dynamically to encrypt the request body.

License

Notifications You must be signed in to change notification settings

deepgolani4/blockchain-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Symmetric Crypto System by by deepgolani4 and sudonims

This Crypto System generates symmetric keys on the go dynamically to encrypt request body

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Client Server

Client

 Server

Built With

  • JavaScript

Getting Started

Usage

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Development

blockchain-voting

MIRO - https://miro.com/app/board/o9J_knPn4ZY=/

Decrypt keys

openssl pkcs12 -info -in Staging_Signature_PrivateKey.p12 -nodes (Password: public)

openssl x509 -pubkey -in uidai_auth_stage.cer -noout

Diffie Hellman

g = 17
p = 541

Postgres

pg_ctl -D /home/sudonims/Documents/blockchain-voting/postgres start psql -h 127.0.0.1 -p 5432 -d voting

About

This Crypto System generates symmetric keys on the go dynamically to encrypt the request body.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages