$INCLUDE "QRC4Asm_Type_2b.Inc"
RC4File ("MP3Format.Html", "MP3Format.Encrypted", "Nice Password", 2000)
PRINT " 'MP3Format.Html' Encrypted under 'MP3Format.Encrypted'"
RC4File ("MP3Format.Encrypted", "MP3Format.Decrypted", "Nice Password", 2000)
PRINT " 'MP3Format.Encrypted' Decrypted under 'MP3Format.Decrypted'"
DEFSTR sExit
INPUT " CR to QUIT", sExit
Application.Terminate
END
|