ravitejb / python-encrypt-decrypt-kms

This repo provides a tool for encrypting large files using pycrpto and Google KMS
https://ravitejb.github.io/python-encrypt-decrypt-kms/
1 stars 2 forks source link

import encryptor_decryptor #1

Open bubnia opened 4 years ago

bubnia commented 4 years ago

Hey can you please tell me how can i solve the error of encryptor_decryptor

ravitejb commented 4 years ago

@bubnia May I know what is the error?

bubnia commented 4 years ago

@ravitejb Use a randomly generated key for each file, we call it Data Encryption Key (DEK). This DEK is then encrypted using a Key Encryption Key (KEK). The KEK can be protected with a master key, derived from a password, or a combination of both.

Hey i have to solve this problem and i am not getting it how to solve this can you please guide me