Beispiel #1
0
 def __init__(self):
     self.seed = insecurerandstr(32)
     self.signer = None
Beispiel #2
0
 def crypt_init(self, N):
     self.msg = insecurerandstr(N)
     self.key = insecurerandstr(self.keysize)
Beispiel #3
0
 def proc_init(self, N):
     self.msg = insecurerandstr(N)
Beispiel #4
0
 def proc_init(self, N):
     self.msg = insecurerandstr(N)
Beispiel #5
0
 def crypt_init(self, N):
     self.msg = insecurerandstr(N)
     self.key = insecurerandstr(self.keysize)