Skip to content

Pharo smalltalk implementation of SRP6. Uses the shipped libcrypto, for the math/crypto/bitmagic expMod function

Notifications You must be signed in to change notification settings

gjvanderheiden/Cryptography-SRP6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cryptography-SRP6

Port from the Java project Glusk/srp6-variables to Smalltalk.

Except that SmallTalk is not Java and does not need all the wrappers to be so versatile as Glusk's implementation is.

Used that library to make an Apple HomeKit protocol implmentation in Java, works like a charm, without any hacking. Seems like every use of chryptografy in a certain product defiates to some extend. The goal is to keep the library as flexible as the Glusk variant is.

About

Pharo smalltalk implementation of SRP6. Uses the shipped libcrypto, for the math/crypto/bitmagic expMod function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published