PK Cipher
This is a rewrite for functionality I used years ago within a VB6 application to provide product keys for commercial windows desktop software. It encrypts a string of alphanumeric characters into the same length string using a shifting algorithm. At the time it allowed us to include feature "switches" to enable product features based on the install key.
Technologies:
C#
Cryptography