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