Encrypt a big file that does not fit in RAM with AES-GCM

前端 未结 0 438
萌比男神i
萌比男神i 2020-11-22 15:16

This code works for a file myfile which fits in RAM:

import Crypto.Random, Crypto.Cipher.AES   # pip install pycryptodome

nonce = Crypto.Random.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题