Posts by Marlon Henry Schweigert • 11 points
2 posts
-
1
votes1
answer721
viewsA: Algorithm to validate CNH
You can to Gem cnh I wrote some time ago: https://github.com/Schweigert/cnh It uses an external API to validate.…
-
0
votes1
answer148
viewsA: Encryption of a C#class
Classes are data sets. Basically (and totally roughly) it’s a structure. You could even manipulate at low level and encrypt this class, but from this done, the VM will no longer recognize this class…