NullyIsHere / asaplib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsapLib

Under construction! Not ready for use yet! Currently experimenting and planning!

How to use every function

Comparing Securely A String

import asaplib as asap

pass1 = "abcd"
pass2 = "abcd"

result = asap.secure_compare(pass1, pass2)
print(result) # --> True

Made by @NullyIsHere

About


Languages

Language:Python 100.0%