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