Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.06 KB

README.md

File metadata and controls

92 lines (63 loc) · 2.06 KB

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