Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « XORCipher »

Constructeur Crypto.Cipher.XOR.XORCipher.__init__

Signature de la constructeur __init__

def __init__(self, key, *args, **kwargs) 

Description

__init__.__doc__

Initialize a XOR cipher object
        
        See also `new()` at the module level.