pytorn / hackr

A python library for hackathons.
Apache License 2.0
94 stars 31 forks source link

Implement cryptography functions #52

Closed ashwini0529 closed 6 years ago

ashwini0529 commented 6 years ago

Many times, you need your data to be encrypted. One possible aspect could be implementing blockchain in your hackathon project. It would be great if we could implement encryption related functionalities in the library.

Few things that could be taken care of

TwoRice commented 6 years ago

I could have a look at doing this, I'm not available right now, so I'd have to pick it up in a day or two. Are you just looking for a file to wrap up some common hashing, and encryption/decryption functions?

If someone wants to pick this up before me, feel free.

rosdyana commented 6 years ago

Hi, I add PR about add cryptography here #57 cheers!