Ben Brandt
Member
- Joined
- Feb 26, 2018
- Messages
- 26
- Reaction score
- 21
I now have a fully fu ctional android version of the sadl decryptor. This includes the capability to decode and render the embedded image. Pm me for more info
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Ben - I am interested in your .net library to decode the drivers license. It seems that all the info is on this post on how to do it, but if you have done it already I would appreciate if I could get it from you.got it working. I have a fully functional Library for the .net framework that returns all data including the photo
PM me if you are interested
byte[] key128block = Base64.decode(longKey.replaceAll("-----(BEGIN|END) RSA PUBLIC KEY-----", "").replaceAll("\n", "").getBytes(), Base64.DEFAULT);
BigInteger[] keyBytes = parseASN1RsaPublicKey(key128block);
RSAPublicKeySpec rsaPublicKeySpec = new RSAPublicKeySpec(keyBytes[0],keyBytes[1]);
byte[] decrypted = EncryptValue(block1, rsaPublicKeySpec.getPublicExponent(), rsaPublicKeySpec.getModulus(), 128);
Thank you pPat for sharing this. There are a few companies/people who are suppressing the industry by keeping this a secret and they are contributing to the demise of the SA economy. They limit competition and charge exorbitant prices.
I'm looking for an Android (armabi-v7a) Summus WI Image decoder solution. Does anybody have something they are willing to sell for a reasonable offer?
I have an android studio/xamarin sdk. What would you considder to be a reasonable offer?
Hey guys. Does anyone understand if this tech / service is commercially available via api and who in South Africa provides the barcode decode service. I have a commercial use case but I need it to be legal and legit. I know Regula has an iOS app that reads the barcode on an ID quite efficiently but their costs at $8000 is prohibitive. Any insights would be appreciated.
Excellent!For anyone still interested, I have written an open source Dart package which provides the means to gather the information from a Driver's license barcode: https://pub.dev/packages/rsa_identification
Please leave a like on the package if you find it useful.
Believe sections of popi act not valid yet , had a fight with security guard at a townhouse complex when he wanted to scan my driver's.I have been wondering about this type of software.
Does it not go against the POPI act?
I strongly agree with your sentiment around leaking the info.Believe sections of popi act not valid yet , had a fight with security guard at a townhouse complex when he wanted to scan my driver's.
He could not tell me what data they storing and how they protect my personal info from leaking into the wrong hands.
I have been wondering about this type of software.
Does it not go against the POPI act?
Excellent!
For the non-developers, can someone turn this into an executable we can run? Even better, a mobile app or website we can visit.