MCPcopy Create free account
hub / github.com/HarshCasper/NeoAlgo / encryption

Function encryption

Python/cryptography/AES.py:71–86  ·  view source on GitHub ↗

Steps followed are: 1.padding entered message 2.generating a new random initialization_vector with the size of an AES block 3.creating AES cipher with our hash-key,in mode CBC and initialized vector 4.envoking encrypt function from generated cipher 5.placing encrypted_

(message)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

AES.pyFile · 0.70

Calls 2

paddingFunction · 0.85
encryptMethod · 0.45

Tested by

no test coverage detected