I had a very similar problem, loading records from files.
Large numbers of records loaded, to be converted to accounts. A particular "card number" had an expiration date (timestamp), there were two other identifiers involved, call them sid and eid, and a primary key.
SELECT
i.record_id...
I'm trying to create a set of encryption procedures on db2 v 8.1 using bouncycastle (and java of course)
Actually only the init method is a procedure, the my_encrypt(java.lang.String), my_decrypt(java.lang.String) and my_hash(java.lang.String) routines are all functions.
All static.
I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.