Python PyCrypto GUI App Part 1

preview_player
Показать описание
This video series will show you exactly how to make a functional, interactive text file encryption/decryption program. You could use the app for password storage, secret information, etc. In this tutorial I use Tkinter and PyCrypto, and the encryption is the modern standard: AES (Advanced Encryption Standard). Thanks for watching and please Like the video!
Рекомендации по теме
Комментарии
Автор

Also, it is highly recommended that you write a tid bit that just opens the original text file and overwrites it with a blank string. This way you don't have to go and delete the text yourself :) To do this you can say
f = open(<original filename>, "w")
f.write("")
f.close()

MakeWithData
Автор

hey zach u r amazing, kindly share the code code which u taught, it is difficult to consolidate ur teaching without that solid code

balakrishnanramachandran
Автор

hey man,
i try to install PyCrypto but there's a problem in the installation.
it says "error: cannot run C compiler".
any idea how to fix it??
btw i'm using Python 3.4, so is it PyCrypto 2.6.1 the right one???

brianhm
Автор

what text editor did you use in this video??

brianhm
join shbcf.ru