En_DeCrypt_14-02-07

Discuss Programming / Linux questions.

Moderators: scallenger, Sky, TresCom Support Team

Post Reply
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6121
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

En_DeCrypt_14-02-07

Post by Rebel »

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....
Last edited by Rebel on Sun Feb 18, 2007 4:47 am, edited 2 times in total.
TheGuy
Velociraptor
Velociraptor
Posts: 1479
Joined: Tue Sep 05, 2006 10:53 am
Antispam: No
Location: Great Britain :)
Contact:

Post by TheGuy »

Wow wow wow and wow, nice program you've made there, very easy to use to. nice job. I wish I knew programing, how hard is it to learn?
ImageImage
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6121
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

Post by Rebel »

TheGuy wrote: I wish I knew programing, how hard is it to learn?
Well, it can't be that hard, I learned and I'm an old fart with half
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.
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Post by machf »

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
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6121
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

Post by Rebel »

One of these days I'm going to make a Windows-based Enigma simulator.
Now that'd be something to see.
TheGuy
Velociraptor
Velociraptor
Posts: 1479
Joined: Tue Sep 05, 2006 10:53 am
Antispam: No
Location: Great Britain :)
Contact:

Post by TheGuy »

Rebel wrote:
TheGuy wrote: I wish I knew programing, how hard is it to learn?
Well, it can't be that hard, I learned and I'm an old fart with half
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.
Is there any book that you could recomend?
ImageImage
User avatar
Rebel
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 6121
Joined: Sun Nov 10, 2002 10:26 pm
Location: That country nobody likes (you know the one)
Contact:

Post by Rebel »

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.
TheGuy
Velociraptor
Velociraptor
Posts: 1479
Joined: Tue Sep 05, 2006 10:53 am
Antispam: No
Location: Great Britain :)
Contact:

Post by TheGuy »

Ok, thank you, Rebel. I'll try out the beginner books first. :)
ImageImage
Post Reply