Base64 plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
This plug-in requires VC8 runtime which aren't present on all computers. A new version that doesn't depend on any runtimes should be created. The current version can't be assumed to work on any computer. | This plug-in requires VC8 runtime which aren't present on all computers. A new version that doesn't depend on any runtimes should be created. The current version can't be assumed to work on any computer. | ||
Another version which doesn't has this limitation can be found on the [http://forums.winamp.com/showthread.php?s=&threadid=150146&highlight=base64 forum]. Source code sold [http://forums.winamp.com/showthread.php?s=&threadid=149880&highlight=base64 separately]. | |||
== Description == | == Description == |
Revision as of 20:06, 24 March 2008
Author: Angelo Dureghello, Trieste, Italy (talk, contrib) |
Warning
This plug-in requires VC8 runtime which aren't present on all computers. A new version that doesn't depend on any runtimes should be created. The current version can't be assumed to work on any computer.
Another version which doesn't has this limitation can be found on the forum. Source code sold separately.
Description
A simple plugin that allows Base64 encryption and decryption.
Download
base64.zip (14 KB)