Skip to content

anshuman23/ecc-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Elliptic Curve Cryptography based Encryption Scheme for securing the Cloud against Eavesdropping Attacks

Dependencies

  • seccure : run pip install seccure before running code from this repo.
  • Python 2.7.8

How to run

  • run the following command in terminalgit clone https://github.com/anshuman23/ecc-research
  • To run the novel ecc based encryption/decryption method proposed in the paper run python ecc.py
  • Type in your message to be encrypted and you should see it decrypted by the script subsequently
  • We have also provided an RSA script for comparison which works much like ecc.py as shown above. To run, just type python rsa.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages