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...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA ModulesA list of the currently available modules...
Tips and TricksA list of user-submitted tips ...
WebDNA reference...
By default...
Write Once Use ManyReuse the same code over and over again on your site with the [include] context...
Redefining [date] & [time] to match your time zoneYour server is not always in the same time zone as your web site...
Export data to ExcelHere's a handy way to export your data to a text or Excel file...
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...
How to setup CODA to work with WebDNA?This page will show graphically how to setup CODA as a WebDNA partner :-)...