求助广大网友,看看XP调用该DLL是否正常。。。。
Clear Set Default To e:\GoTest
DECLARE long Sum IN test.dll long,long
?Sum(1,2)
DECLARE string ProcessString IN test.dll string
?ProcessString ("world")
DECLARE long ProcessString IN test.dll string
?Sys(2600,ProcessString ("world") , 12)
DECLARE long ProcessStringLen IN test.dll string
?ProcessStringLen("world")
DECLARE string AESDecrypt IN test.dll string,string
?AESDecrypt("world","myverystrongpasswordo32bitlength")
DECLARE string GenerateRSAKeyPair IN test.dll long
Local lcRSAString
m.lcRSAString = GenerateRSAKeyPair( 1024 )
PrivateKey = Getwordnum( m.lcRSAString , 1 , Chr(13) )
?PrivateKey
PublicKey = Getwordnum( m.lcRSAString , 2 , Chr(13) )
?PublicKey
test.7z
(1.12 MB)
[此贴子已经被作者于2024-12-24 21:35编辑过]