Tag: cipher

Fun with Ciphers (Part 2)

In my previous blog, you saw how to create a Beale cipher. In this blog, you will see a program that can decode a Beale cipher. As a reminder, here is a list of numbers that you can use as a substitute for a letter when creating your cipher. Now, […]

Fun with Ciphers (Part 2) was published on SAS Users.

Fun with Ciphers (Part 1)

This blog serves two purposes: the main purpose is to show you some useful SAS coding techniques, and the second is to show you an interesting method of creating a Beale cipher. TJ Beale is famous in Virginia for leaving behind three ciphers, supposedly describing the location of hidden gold […]

Fun with Ciphers (Part 1) was published on SAS Users.

Encrypting Data Using SAS

There are many reasons why you might want to encrypt data. I use a SAS program to encrypt a list of logon names and passwords. Before we get started describing how to encrypt data, let’s discuss some basic concepts concerning encrypting and decrypting data. All computer data is stored as […]

Encrypting Data Using SAS was published on SAS Users.