Search results 14

Sorted from new to old.
Card image
QuickEncrypt plus others ...

Text encryption/decryption snippet that utilizes the powerful xICE encryption ...

Card image
FeeKey + UnFeeKey

Protect Numbers by encoding them into Alphabetic And convert them back ...

Card image
ProtectString + UnProtectString

Protects or unprotects a string giving a password Using XorD and similar to ...

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
ProtectFile_XorD + UnProtectFile_XorD

Protects and unprotects a file using password Creates another copy of the file ...

Card image
RC4 Encryption

A code inherited from an old application to protect or un-protect text in ...

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image
XorC

Simple small function to Encrypt or Decrypt a string Test_XorC is for testing ...

Card image
Crypt128

Simple small function to Encrypt or Decrypt a string in cell Simple Encryption ...

Card image
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

Card image
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...