CodeBase - Encryption with DarkBasic: (1 of 2) The Basics
Return to the CodeBase listing
Category: File
Version: 1.0
Information
Uploaded: 24th Nov 2012 09:32
Modified: 24th Nov 2012 10:00
Author: nonZero
Summary
[PART 1 OF 2] Basic introductory to encryption concepts.
Full Description
This code requires you to place a valid filename and path in the variable called "myFile$". This file should NOT be very large as speed is not considered in this demo. You can use a larger image in Part 2.<br /> <br /> Follow the comments! In this you'll get a basic idea of encryption philosophy using the mechanisms available in DarkBasic. The procedures herein are meant to demonstrate to the user the concepts of encryption and be as easy as possible to understand. This is not speed-critical or performance driven nor is it very secure.
Comments
No comments yet.