Lessons of the trade : Handling CVV numbers
Just for my notes.. Even though the CVV numbers on a credit card, look like numbers :), don’t treat them as integers in your code. Some...
Just for my notes.. Even though the CVV numbers on a credit card, look like numbers :), don’t treat them as integers in your code. Some...
For my records, syntax for running a simple for loop in command prompt [code]for %i in (SERVER1 SERVER2) do nslookup %i [/code] note : Looks like...
The net is up in arms about a new release from team Ghostshell of compromise data. Details of the leak can be found at http://www.theregister.co.uk/2012/08/28/team_ghostshell_megahack/ and the source...
Simple script in python to look for credit card numbers in a file. [code] #Importing modules import re import os # Define variables inputFile = ‘test.txt’...
It looks like I was able to accomplish writing the application that I wanted to on the App Engine in 2 days!! at least in it’s...
Following up on my public resolution for his month..I started playing with Google App engine. I think a lot has been written about what it is...