Home
last modified time | relevance | path

Searched refs:hashIterations (Results 1 – 7 of 7) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpgpwde2john.py236 …size, symmAlg, totalESKsize, reserved, userName, s2ktype, hashIterations, reserved2, salt, esk = f…
238 …EBUG: %s, %s, %s, %s, %s, %s\n" % (size, symmAlg, totalESKsize, userName, s2ktype, hashIterations))
239 …print("%s:$pgpwde$0*%s*%s*%s*%s*%s" % (userName, symmAlg, s2ktype, hashIterations, salt.encode("he…
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/utils/
H A Dpassword.cpp48 const int hashIterations = 100000; variable
82 , hashIterations, hashMethod in generate()
112 , hashIterations, hashMethod in verify()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dpgpwde_common_plug.c190 cs.hashIterations = atoi(p); in pgpwde_get_salt()
191 if (cs.hashIterations == 0) in pgpwde_get_salt()
194 cs.bytes = 1 << cs.hashIterations; in pgpwde_get_salt()
H A Dpgpwde_common.h19 int hashIterations; member
/dports/devel/eric6/eric6-21.11/eric/eric6/Utilities/crypto/
H A D__init__.py259 def dataEncrypt(data, password, keyLength=32, hashIterations=10000): argument
276 password, iterations=hashIterations)
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Sync/
H A DSyncHandler.py230 hashIterations=100)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api9892 eric6.Utilities.crypto.dataEncrypt?4(data, password, keyLength=32, hashIterations=10000)