All Questions
Tagged with email cryptography
4 questions
1
vote
2
answers
126
views
Mail Crypt Library for encrypted email [REVISION]
This is a revised copy of the Mail Crypt library based on the recommendations from the last post, as well as reviewing recommendations from the first post that I misunderstood.
[Last post] Mail Crypt ...
5
votes
1
answer
339
views
Mail Crypt Library for encrypted email
(Last Post) Mail Crypt CLI encrypted email wrapper for Gmail
I've spent the past few days re-writing the logic of my program as a library to improve the structure and readability of my code. The idea ...
4
votes
1
answer
109
views
Mail Crypt CLI encrypted email wrapper for Gmail
I've spent the past few days writing a python based client that allows you to locally encrypt your message and send it through Gmail. The encryption scheme is based off of hybrid RSA/AES encryption, ...
7
votes
3
answers
146
views
Encrypt and backup folder to email daily, when online
I have a backup script which should backup a folder and send it to email. This should be done once a day. As this is on my laptop which is not online 24/7 I need to check that I am online and can send ...