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