Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I wrote some code that does PIN encryption/decryption according to rules in X9.24. It works great with examples provided in ANSI doc, but doesn't work with actual device from the client.

Where can I find more sample data to run my code through, to make sure that my code is correct?

Is it possible that some device manufacturers do not follow ANSI to a T?

share|improve this question

1 Answer

Well, it's always possible for a device manufacturer to not follow the specification. There was a question on Stackoverflow asking how to implement the standard ( http://stackoverflow.com/questions/6071474/how-to-implement-ans-x9-24-dukpt-using-java ) and they pointed to jPos: http://www.jpos.org/. It appears to contain test data.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.