Web Forms :: Make Secure Credit Card Number In Database?
Mar 10, 2011how can secure credit card number in database
using Encryption technique. using stored procedure instead of inline query and what more....
how can secure credit card number in database
using Encryption technique. using stored procedure instead of inline query and what more....
I am a rookie when it comes to SSL and I need to secure a page that requires credit card processing. What steps are involved in tackling this? Is it a seamless intregration point once the cert is setup on the server?
View 2 RepliesI have an input field on a webpage that contains a credit-card number. What is the best way of preventing the browser from caching this value?
Any solution needs to work on a large selection of browsers.
In the table save your credit card.I want to encrypt all credit card information to be recorded in the database.
View 2 RepliesI am assigned to create a credit card application that follow PCI Compliance. I know that there are documenation in PCI Compliance website about what kind of thing need to be followed. Is there anybody has somekind of sample code about ASP.NET Credit Card Processing?
View 2 Replieshow I can validate both a credit card and expiration data in format mm/yyyy.
View 1 RepliesI looked at this site: [URL]
But does not check for all the cards, in addition, my credit card and write the force that does not exist.
How do you use to verify credit cards, which is the best?
i have a web app.. and need to process credit card payments. recommend the best payment gateway provider that is easy to implement?
View 3 RepliesWe need to validate the credit card expiry date using C#?
How to convert String("MM/DDDD" : "07/2011") to Datetime and compare with current date?
hw i can validate credit card using web services... since am new 2 dis asp.net nt knwng much abt it..
View 3 RepliesIn my project there is a requirement to integrate credit card payment in my site.
I am new to this process.
how to integrate the creditcard payment in my site.
(What are all Requirements to integrate the credit card payment)
I am creating my first e-commerce site.I have a nonprogramming ?; Does Paypal accept credit card payments or should i use a third party gateway to accept credit card payments?
View 2 RepliesThe Title pretty much says it all but to clarify more I have a page with private properties that are storing a credit card object and a shopping cart object in viewstate so I can maintain a reference to them across postbacks. BTW the page involved will be using ssl. Is this safe?
View 6 RepliesWhat is the best solution to encrypt credit card numbers?
View 2 Replieshow to integrate the option to pay with credit cards on the website:
* Visa
* MasterCard
* AmericanExpress
* Diners
* Discover
* Cirrus
* Maestro
How can I trap if the user input an invalid credit card? How can I detect it?
View 2 RepliesI have got a new assignment for developping an e-commerce website. I need to accept online payment via all the common cards (Visa, MasterCard, etc). But am confuded about how I should implement it. I want to add direct payment with credit card to the website without passing by paypal.
P.S.: The website is targeted for UK customers only. Technology:ASP.NET, C#
How to make a secure login page using sql database by matching a user name and password and redirect them to differnt page as admin and user
View 2 RepliesI doing a system which need to check Identity Card No. (Malaysia). Example: 880505-10-5633
how to check whether it is valid?
On code behind I do subit after the user clicked a button.After this, I am trying to refresh the page, and it sends the submit again. and so, there are duplicates in the database.How can I delete the form details immidietly after the first submit?? orelse, what are my options to deal with such scenarios?
View 2 Replies 1)How to make Default.aspx page a Secure socket layer page?
2)How much code does this take?
3 Is it easy ? i have no idea how this works
I'm serving up PDFs from a SQL db and presenting them in the browser. I'm trying to figure out a way to embed a number in the PDF dynamically so that the recordID for that PDFs SQL record is available to me when the user submits the XML form data. The user hits the submit button on the form and the form submits its XML data to my submission page. If there is some way of changing the submission URL on the fly then I could do a query string to pass my self the recordID. I'm not generating the PDF in code, its being created by hand and then uploaded to my site.EditUser is given a link someServer.com/pdfLink.aspx?formID=5 they go there and that pages pulls a PDF from the DB and displays it. This pulls up acrobat in browser full size so my aspx page isn't in control of submitting the completed form, Acrobat is. The user fills out the form and hits the submit button in the form. This submit button was set up at form design time to point to another page someSite.com/pdfSubmit.aspx The submit button posts the XML data to that page and I can process it. I need the recordID in the query string for the someSite.com/pdfSubmit.aspx page. To do this I would need to modify the PDF to either add the recordID and query string to the submit button's submit URL, or embed it in the PDF else ware. The big question is how do I modify the PDF just before I display it via someServer.com/pdfLink.aspx?formID=5 to do either of these two options.
View 3 RepliesI am trying to find a solution to control the number of logins on asp.net application. I need to install the application in the client server, and set the number of licences. e.g. only 10 users are allowed to access the app.
Every time someone tries to login I need to check how many user are logged in, compare with the total allowed then authorize that user to proceed.
I tried with Certificate, but I couldn't see where to match the number of logged in users with the max number of allowed user.
Also I would like to use the IP address as identifier, then if I open 3 browser windows, it count only one user logged.
Basically this web application will be sold by licences. We need to control the logins per computer, and not per user, and block logins if the limit of logins are reached.
I have precompiled and encrypted my webconfig. What else could I do to make my site secure.
View 2 Repliesi have a single page that needs to be secure (https) , my problem is i dont know how to do it. Can you give me walkthrough on how to do this?
View 1 Replies