Skip to content
Archive of posts filed under the Technology category.

Distributed Computing

Distributed Computing is merely splitting a complex process (an algorithm) into parts that can be shared by several different computers. An Easy Example A (not too realistic) example would be if you were asked to add up all the integers from one (1) to a thousand (1,000). You could get out a calculator or a […]

Pretty Good Privacy Reference

PGP, which stands for Pretty Good Privacy, is a program that uses two different keys to encrypt (put into code) and decrypt (make readable) a message. The two different keys are mathematically linked together; but since there are literally trillions of different possibilities, no one else can read your message. The two keys are named […]