Tagged Questions

4
votes
5answers
147 views

PHP client PIN security

I'm currently developing a system which has a functionality where clients can view details of their purchases/renewals/etc by supplying a PIN "number". A PIN is being used instead of login ...
4
votes
2answers
2k views

Generating Luhn Checksums

There are lots of implementations for validating Luhn checksums but very few for generating them. I've come across this one however in my tests it has revealed to be buggy and I don't understand the ...
0
votes
2answers
60 views

difficult insert

I am using mysql/php. my table looks like id (int autoincrement) voucher(varchar 25) I am generating voucher codes where the code is: 1 random number (eg 64) 1 fixed number (eg 352) value of ...