'+---------------+---------------------------------------------------+
'| ###### ###### |     .--. .         .-.                            |
'| ##  ## ##   # |     |   )|        (   ) o                         |
'| ##  ##  ##    |     |--' |--. .-.  `-.  .  .-...--.--. .-.        |
'| ######   ##   |     |  \ |  |(   )(   ) | (   ||  |  |(   )       |
'| ##      ##    |     '   `'  `-`-'  `-'-' `-`-`|'  '  `-`-'`-      |
'| ##     ##   # |                            ._.'                   |
'| ##     ###### |  Sources & Documents placed in the Public Domain. |
'+---------------+---------------------------------------------------+
'|                                                                   |
'| === des56.bm ===                                                  |
'|                                                                   |
'| == The SUBs and FUNCTIONs to use DES-56 en-/decryption with QB64. |
'|                                                                   |
'+-------------------------------------------------------------------+
'| Done by RhoSigma, R.Heyder, provided AS IS, use at your own risk. |
'| Find me in the QB64 Forum or mail to support@rhosigma-cw.net for  |
'| any questions or suggestions. Thanx for your interest in my work. |
'+-------------------------------------------------------------------+

DES-56bit En-/Decryption


Functions to make passwords for .htaccess based Web-Site protection, and en-/decryption of whole files. This library is based on sources found in the Internet and the DES56 algorithm itself is under the license GNU GPL v2, see subfolder DES56-Crypt\license. However, my implementation of the QB64 wrapper library is Public Domain.


Table of Contents

GENERAL

ENCRYPT & DECRYPT

CHECK STATE