Skip to content

tantalum7/hiddil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server -> server.py

client -> client.py

Creating a new testkey:

from Crypto.Public import RSA
key = RSA.generate_key(1024)
with open("test_key", "w") as fp:
    fp.write(key.exportKey('PEM').decode("utf-8"))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages