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!
...
WebDNA ModulesA list of the currently available modules...
Tips and TricksA list of user-submitted tips ...
Download WebDNA ApplicationsWebDNA applications...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
It's January 1st and you have to update the copyright notice at the bottom of all your websites...
reCAPTCHA codereCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
Find duplicate recordsFind duplicate records and do something with them...
Calculating Standard Deviation...