Encrypting the credit card numbers does the job quite nicely
numero = 53[Text]CCnum_Encrypted=[url][url][Encrypt seed=8chars][CCnumber][/Encrypt][/url][/url][/Text][Text]CCnumber=[Decrypt seed=8chars][unurl][CCnum_Encrypted][/unurl][/Decrypt][/Text]Replace "8chars" with the seed of your choice (8 characters long), but be sure to keep it secret!(note: in your actual code, there will not be line breaks between the square bracketed units.) The following has worked very well for encrypting and decrypting numbers:
[text]CCnum_Encrypted=[url][url][Encrypt seed=8chars][CCnumber]
[/Encrypt][/url][/url][/Text]
[text]CCnumber=[Decrypt seed=8chars][unurl][CCnum_Encrypted]
[/unurl][/Decrypt][/Text]
DOWNLOAD WEBDNA NOW!
This Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
Tips and TricksA list of user-submitted tips ...
WebDNA LibrariesA list of available libraries for WebDNA...
F.A.QA compilation of some user's questions...
How can I remove all whitespace entered by a user from an input box (ie card number)...
Formatting a long list in a tableHow to show the result of a search as a table...
How old am I?You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
Paypal IPN...