Programming Tips

Strengthen your programming skills with tips and techniques from the experts

Programming Tips
Ron Cody 0
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

1 134 135 136 137 138 656