Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import pyAesCrypt
  2.  
  3. with open("*FileName*", "rb") as InputFile:
  4. with open("*OutputFileName*", "wb+") as OutputFile:
  5. pyAesCrypt.encryptStream(InputFile, OutputFile, Password, BufferSize)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement