Category Archives: Programming General

Caesar Cipher in C

A simple C implementation of the Caesar Cipher. Supports full wrap around for Alpha Numerics. Does Modulus for shifts larger than 26 for Alphas and 10 for Digits. Background on Caesar Cipher: https://en.wikipedia.org/wiki/Caesar_cipher

Posted in Computer Fun Stuff, Development, Programming General, Security, Technology | Leave a comment

Hello World!

Hello and Welcome to EnterpriseProgrammer.com! My name is Robert Ilardi; I am an Director of Application Development in the Financial Services Industry in the New York City area. On my blog “Enterprise Programmer” I plan on publishing articles (hopefully on a … Continue reading

Posted in Programming General | Leave a comment