PDA

View Full Version : Encrypt and Decrypt Text



Rajan_Verma
06-06-2013, 07:53 PM
Rajan Verma has posted the following on 11-23-2012 06:31 PM:

Here is a basic Function to Encrypt and*Decrypt* any text Public Function evtEncrypt_Decrypt(strText As String, strPWD As String) As String * * Dim byteText() As Byte * * Dim bytePWD() As Byte * * Dim intPWDPos As Integer * * Dim intPWDLen As Integer * * Dim intLoop As Integer * * byteText = strText […]http://stats.wordpress.com/b.gif?host=excelpoweruser.wordpress.com&blog=38153 515&post=483&subd=excelpoweruser&ref=&feed=1

Encrypt and Decrypt Text (http://excelpoweruser.wordpress.com/2012/11/23/encrypt-and-decrypt-text/)