Search Results

microsoft: our os sucks so badly we need to trick people into thinking its cool

Saturday, September 6th, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!I’m watching tv, only to see a commercial where windows is market testing a new os. “Holy crap” , I thought to myself, “they realized zista is shite and are already releasing a new os, thats gonna piss off […]


holy crap its too damn hard to do the right thing

Monday, August 18th, 2008
today one of the projects I work on tracked a user repeatedly trying to get contact information from our younger members, actually only our younger female members. We’re kid friendly so always watch out for certain types of communcation. After repeat bans we then did an ip ban, because he keep coming back to try and […]


Google likes family guy, or at least Seth MacFarlane

Wednesday, July 2nd, 2008
LOS ANGELES — Google is experimenting with a new method of distributing original material on the Web, and some Hollywood film financiers are betting millions that the company will succeed. Skip to next paragraph Enlarge This Image Seth MacFarlane, the 34-year-old creator of “Family Guy.” In September, Seth MacFarlane, creator of “Family Guy” on television, will unveil a carefully […]


bacon 100%

Wednesday, May 14th, 2008
Bacon 100% Bacon is my pet project right now. the goal is to make a php 4 / 5 compatible plug and play security system. So the process would go something like: install bacon, develop your app, send me feedback Its kind of a big undertaking for me, because I hate being limited. So […]


php: Serpent encryption class

Tuesday, May 13th, 2008
Php Serpent class using mcrypt. requires two md5 keys for encryption You can download from: http://gregsidberry.com/wp-content/uploads/2008/05/Serpent.inc


php: aes Rijndael encryption class

Tuesday, May 13th, 2008
Php aes [ Rijndael ] class using mcrypt. requires two md5 keys for encryption You can download from: http://gregsidberry.com/wp-content/uploads/2008/05/Rijndael.inc


php: twofish encryption class

Tuesday, May 13th, 2008
Php twofish class using mcrypt. requires two md5 keys for encryption You can download from: http://gregsidberry.com/wp-content/uploads/2008/05/TwoFish.inc


php: blowfish encryption class

Tuesday, May 13th, 2008
Php blowfish class using mcrypt. requires two md5 keys for encryption You can download from: http://gregsidberry.com/wp-content/uploads/2008/05/BlowFish.inc


php security in a nutshell

Friday, May 9th, 2008
I have a friend I’m teaching foundation security to. This post is for him, but also as a protest to some of the materials I’ve found when looking for reference material for him. Security at it’s simplest form is common sense. ask yourself, how can I make sure I get exactly what I want? How do […]


Concept: encryption / sercurity based on the dod concept

Sunday, May 4th, 2008
So last night I decided it would be pretty cool and take the information access process from the DOD and figure out how you could apply them to a php application. After a few hours spec’ing out the system i got to coding. I now have a quick and easy class I call Cryption. Its built […]