[ActiveLock-Development] CVS: activelock/examples/example1 modMain.bas,1.7,1.8
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-11-05 04:53:10
|
Update of /cvsroot/activelock/activelock/examples/example1 In directory sc8-pr-cvs1:/tmp/cvs-serv713 Modified Files: modMain.bas Log Message: Regen'ed SoftwareCode. Old code must have gotten corrupted/lost somehow. Could be due to that INI truncation bug. Index: modMain.bas =================================================================== RCS file: /cvsroot/activelock/activelock/examples/example1/modMain.bas,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- modMain.bas 4 Nov 2003 07:49:29 -0000 1.7 +++ modMain.bas 5 Nov 2003 04:53:07 -0000 1.8 @@ -273,7 +273,7 @@ ' It is alright to use these same keys for testing your application. But it is highly recommended ' that you generate your own set of keys to use before deploying your app. 'Public Const PRIV_KEY$ = "???" -Public Const PUB_KEY$ = "AAAAB3NzaC1yc2EAAAABJQAAAIBmyH+sZ9eXI33MbVFWR85fsHLXndX2WaNokSaqxYltluQx2sX4T81r7jazTFxcczllwuMEauhL1rTqXCma0uA6xAQGajRorXeLcrW5OHIut7+HprXy9MTUp0SwsVFJJjDaRmodPaCBTUPD006lG7LNN5/jO/Cj8dNf6lVHy+VnIQ==" +Public Const PUB_KEY$ = "AAAAB3NzaC1yc2EAAAABJQAAAIB8/B2KWoai2WSGTRPcgmMoczeXpd8nv0Y4r1sJ1wV3vH21q4rTpEYuBiD4HFOpkbNBSRdpBHJGWec7jUi8ISV0pM6i2KznjhCms5CEtYHRybbiYvRXleGzFsAAP817PLN3JYo3WkErT2ofR5RCkfhmx060BT8waPoqnn3AB7sZ0Q==" 'Commented out Encrypt() for now. Have to think about using some other means, ' because PRIV_KEY is no longer accessible to us. @@ -350,7 +350,7 @@ ' Returns the expected CRC value of ActiveLock2.dll ' Private Property Get Value() As Long - Value = 121711 + 8516 ' compute it so that it can't be easily spotted via a Hex Editor + Value = 130111 + 8516 ' compute it so that it can't be easily spotted via a Hex Editor End Property '' |