Anyone who's ever done any programming needs to write at least
one encryption program. Here's mine;
http://www.geocities.com/miners_hill/pr ... ryptv1.zip
*This is actually an updated version*
It's neither based nor uses any well_known encryption keys, just
a rather simple one that I wrote myself. The program itself is gui
for looks, though I did write a std. c++ drag n' drop version too...
For you perverts out there, this is a great way of hiding your porn
from prying eyes (and no, I'm not into that myself) or masking pri-
vate text content. If for instance, you don't want your stupid little
brother playing with your video game while you're away you sim-
ply encrypt the game's executable and render it useless. What a
cad you are for doing that to your little brother! <tsk, tsk>
Can be used on any file; txt, exes, zips, imgs, et cetera... Read_
me file included, please read it....
En_DeCrypt_14-02-07
Moderators: scallenger, Sky, TresCom Support Team
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
En_DeCrypt_14-02-07
Last edited by Rebel on Sun Feb 18, 2007 4:47 am, edited 2 times in total.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Well, it can't be that hard, I learned and I'm an old fart with halfTheGuy wrote: I wish I knew programing, how hard is it to learn?
his brain_cells laid to waste with alcohol! Seriously though, get
yourself a book on whatever language interests you, search out
online tutorials, programming forums, et cetera. Inside a month,
you should be able to construct some simple yet useful programs.
I wrote console based progs off n' on for several years before I
felt comfortable enough to look into windows api. This program
was first written as a console (c++) simply because I'm more ac-
customed to it and secondly, it's alot quicker to code.
*Thanks for the compliment.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Ah, cryptography... it's been a long time, used to be a hobby of mine writing programs. One of these days I'm going to make a Windows-based Enigma simulator. I still have many magazine articles and book excerpts I photocopied back then at school and the university...
Visit The Carnivores Saga - a forum devoted to modding Action Forms' Carnivores, Carnivores 2 and Carnivores: Ice Age games
Tres WIP: updated T-Script Reference and File Formats documents
Sound name listings for the Demo (build 117), Retail (build 116), Beta 103, Beta 99, Beta 97, Beta 96, Build 55, PC Gamer Alpha (build 32) and E3 1998 Alpha (build 22) TPA files
Tres WIP: updated T-Script Reference and File Formats documents
Sound name listings for the Demo (build 117), Retail (build 116), Beta 103, Beta 99, Beta 97, Beta 96, Build 55, PC Gamer Alpha (build 32) and E3 1998 Alpha (build 22) TPA files
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Now that'd be something to see.One of these days I'm going to make a Windows-based Enigma simulator.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
-
- Velociraptor
- Posts: 1479
- Joined: Tue Sep 05, 2006 10:53 am
- Antispam: No
- Location: Great Britain :)
- Contact:
Is there any book that you could recomend?Rebel wrote:Well, it can't be that hard, I learned and I'm an old fart with halfTheGuy wrote: I wish I knew programing, how hard is it to learn?
his brain_cells laid to waste with alcohol! Seriously though, get
yourself a book on whatever language interests you, search out
online tutorials, programming forums, et cetera. Inside a month,
you should be able to construct some simple yet useful programs.
I wrote console based progs off n' on for several years before I
felt comfortable enough to look into windows api. This program
was first written as a console (c++) simply because I'm more ac-
customed to it and secondly, it's alot quicker to code.
*Thanks for the compliment.


- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
If you're referring to c++, I only own and have read two; sam's
teach yourself c++ in 21days, and thinking in c++. I've borrow-
ed c++ for dummies, but I'd avoid that one as it skips over too
much subject matter. It does a decent job of explaining classes,
but that's about it.
However, there are plenty of free online books on the site be-
low;
http://www.computer-books.us/cpp.php
Personally, I prefer to have a hard-copy of a book in hand as
I'm recliined in a easy chair, but I have nothing against e-books
either. Before you spend any money, you should download a
beginner book; that should help you determine whether you're
actually interested enough to spend money and time.
teach yourself c++ in 21days, and thinking in c++. I've borrow-
ed c++ for dummies, but I'd avoid that one as it skips over too
much subject matter. It does a decent job of explaining classes,
but that's about it.
However, there are plenty of free online books on the site be-
low;
http://www.computer-books.us/cpp.php
Personally, I prefer to have a hard-copy of a book in hand as
I'm recliined in a easy chair, but I have nothing against e-books
either. Before you spend any money, you should download a
beginner book; that should help you determine whether you're
actually interested enough to spend money and time.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file