Skip to content

a python to python implementation of rpc (RMI) for generating hashes(sha256/sha512)

Notifications You must be signed in to change notification settings

ishankhare07/rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpc

a python to python implementation of rpc (RMI) for generating hashes(sha256/sha512)

Tutorial

Step 1 :

Download the repo

Step 2 :

Extract the zip

Step 3 :

Rename the extracted folder to 'rpc'

Step 4 :

Start the server by the command :-

python rpc/server.py

Step 5 :

Run the client in a separate terminal as follows :-

import rpc  
c = rpc.client()  
#generate a sha256 hash  
c.sha(256,'this is my string')  
#generate a sha512 hash  
c.sha(512,'this is another string')  

About

a python to python implementation of rpc (RMI) for generating hashes(sha256/sha512)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published