cryptoSecurityEncoder module

  • Program: Crypto Security Encoder

  • Type: Python

  • Author: David Velasco Garcia @davidvelascogarcia

class cryptoSecurityEncoder.CryptoSecurityEncoder[source]

Bases: object

decryptData(binaryDerivedKey, cryptoNonce, cryptoMessage, cryptoTag)[source]
encryptData(binaryDerivedKey, cryptoNonce, dataToEncrypt)[source]
generateDerivedKey(derivedKeyPassword, derivedKeySalt, derivedKeyLength, derivedKeyIterations, derivedKeyHashModule)[source]
getAuthenticationData()[source]
getDataToEncrypt()[source]
getSystemPlatform()[source]
cryptoSecurityEncoder.main()[source]