Exemple #1
0
 def helper():
     hash = handler.encrypt(SECRET, **kwds)
     handler.verify(SECRET, hash)
     handler.verify(OTHER, hash)
Exemple #2
0
 def helper():
     hash = handler.encrypt(SECRET, **kwds)
     handler.verify(SECRET, hash)
     handler.verify(OTHER, hash)
Exemple #3
0
 def helper():
     hash = handler.encrypt(SECRET, salt='....')
     handler.verify(SECRET, hash)
     handler.verify(OTHER, hash)
Exemple #4
0
 def helper():
     hash = handler.encrypt(SECRET, salt='....')
     handler.verify(SECRET, hash)
     handler.verify(OTHER, hash)