Re: Secure Communication
Posted: Wed Jan 14, 2026 1:11 am
Secure messaging is not rocket science. These days anyone can hire a freelancer to create a messaging app for less than $400. How secure that app will be depends on its design.
For example, start with a Webmail type solution hosted anywhere that is modified to encrypt the messages. Then create a mail app that logs into that service using UserID and password. The custom mail app downloads messages intended for the recipient and decrypts them for reading.
That is it basically, but it can be made more secure by using a different encryption key for each recipient. Other precautions can be used such as deleting messages after they are downloaded/read.
For example, start with a Webmail type solution hosted anywhere that is modified to encrypt the messages. Then create a mail app that logs into that service using UserID and password. The custom mail app downloads messages intended for the recipient and decrypts them for reading.
That is it basically, but it can be made more secure by using a different encryption key for each recipient. Other precautions can be used such as deleting messages after they are downloaded/read.