Unicode Controls & Classes for VB6 - Version 4
clsLargeNumber
.StrPowMod Function
StrPowMod = sA ^ sB mod sC (best for RSA encryption)
Syntax
Public Function StrPowMod (ByRef
SA
As String, _
ByRef
sB
As String, _
ByRef
sC
As String) As String
Parameters
Parameter
Description
ByRef
SA
As String
The first number (in string format)
ByRef
sB
As String
The second number (in string format)
ByRef
sC
As String
The third number (in string format)
Remarks