Skip to Content

Technology Blog

Technology Blog

Tag – Encryption

The importance of randomness in online security

I recently visited the website random.org, which is a free/fee-based generator of random numbers.  It's been around for a long time - since 1998.  It made me revisit the concept of randomness and how oddly hard it is to achieve. Why is randomness important? It's amazing how many things rely…

Encrypted Postgres Backups

When creating a Postgres Database backup, one convenient approach is to export the database to disk via the pg_dump command. This postgres export file can then be picked up by a regular filesystem backup. A possible security risk with this approach is that your sensitive database data could be situated...

Security for Mobile Applications

As people put more faith in mobile devices, the impact of security breaches can be all the more devastating.  From the perspective of a mobile Web application developer, mobile devices can be an additional entry point into an application.  Creating mobile-friendly Web applications with security as a top priority is...

Back