Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  Oblivion Knight : (26 February 2024 - 11:30 AM) Whoa I can edit a typo. The technology.
@  Oblivion Knight : (26 February 2024 - 11:29 AM) Obligatory message.
@  Elwood : (02 January 2024 - 04:19 AM) Happy New Year!!!
@  Aaron : (13 February 2023 - 09:19 PM) I'm still out here alive. If you remember me, I hope you're doing well!
@  Aaron : (13 February 2023 - 09:09 PM) 2023 and this place is still up huhh
@  Elwood : (05 January 2023 - 07:58 AM) Ah a Christmas greeting from Wolfie! Even if I saw it way late Merry Christmas and Happy New Year to everybody!
@  Cero : (31 December 2022 - 09:27 PM) Man that bot went crazy
@  Whitewolf8 : (24 December 2022 - 10:02 AM) I return once more on the eve of Christmas to haunt you all again!... Mainly Elwood. Hello!
@  Elwood : (25 November 2022 - 04:58 AM) A bot! Ah the nostalgia!
@  Elwood : (02 November 2022 - 02:30 PM) Yo ho ho ho! Thar be the white wolf!
@  Whitewolf8 : (24 October 2022 - 12:29 AM) Well, blimey it's been a while. Hoy there! If anyone's still alive here anyway.
@  Valke : (21 April 2022 - 12:12 PM) im taking the 2nd shout of 2022 😂
@  Elwood : (03 March 2022 - 10:12 PM) Mwuhahaha! The first shout of 2022 is mine!
@  Fire Blazer : (12 November 2021 - 05:22 PM) *also stretches arms a little*
@  xcrash1998 : (07 November 2021 - 08:42 PM) "streches arms"
@  Ezra : (07 May 2021 - 05:20 AM) Maybe I'll pop on the discord soon
@  Fire Blazer : (01 April 2021 - 08:08 PM) Aaaaaaand done~ :P
@  xcrash1998 : (29 March 2021 - 08:52 AM) I guess we are one more post away from counting to 2500
@  Fire Blazer : (10 March 2021 - 11:39 PM) but I have bad memory and can't remember ;(
@  Elwood : (15 February 2021 - 10:23 AM) I'd like to but I've told you about my issues with discord before.

Photo

I made an encryption program :)


  • Please log in to reply
10 replies to this topic

#1 StrongJoshua

StrongJoshua

    Programmer, Gamer, Swimmer

  • Members
  • PipPipPipPipPipPipPip
  • 201 posts
  • Interests:Programming (Java, Objective-C)<br>Gaming (Team Fortress 2, Fire Emblem, whatever)<br>Swimming

Posted 11 May 2014 - 12:48 AM

I just read Digital Fortress by Dan Brown and it involved a lot of codes and the breaking of them, so I was intrigued and decided to try to program my own encryptor and decryptor.

I don't think it's too difficult to decode, but obviously that's because I know how it works. If you want to try it or maybe even try to solve it you can download the .jar file here.

It's pretty simple and requires the program to decrypt so it's only safe if no one else knows which program you're using to encrypt, but this was just a fun little 1-day project. I might expand upon it in the future!

Enjoy wink.gif
My YouTube Channel
My Website (For my programming projects and stuff)

user posted image

#2 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 11 May 2014 - 03:19 AM

Wait, so if we want to decrypt it, we have to do it ourselves?

nothxbud, I don't think I'd even know where to start, lol

Bblazer2.png

Signature thanks to Shu.


#3 StrongJoshua

StrongJoshua

    Programmer, Gamer, Swimmer

  • Members
  • PipPipPipPipPipPipPip
  • 201 posts
  • Interests:Programming (Java, Objective-C)<br>Gaming (Team Fortress 2, Fire Emblem, whatever)<br>Swimming

Posted 11 May 2014 - 04:18 AM

QUOTE (Fire Blazer @ May 10 2014, 11:19 PM)
Wait, so if we want to decrypt it, we have to do it ourselves?

nothxbud, I don't think I'd even know where to start, lol


Haha you can try to figure out the code yourself if you want, but the program has the ability to encrypt and decrypt. Just download it and test out the two encryption methods, maybe you'll see the pattern, but hopefully not, cause that would mean I did it well tongue.gif I do plan to make it so a pass key is required for decryption that is decided when encrypting something, so similar to adding a password to a file.
My YouTube Channel
My Website (For my programming projects and stuff)

user posted image

#4 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 11 May 2014 - 06:11 AM

sounds like a blast

not

(I'm lazy, I like to avoid programming when I can XP)

I'm glad it's got a decrypt function too though

was worried I'd accidentally encrypt a file I needed and have it forever lost, because I'm totally silly enough to make a mistake like that, lol

Bblazer2.png

Signature thanks to Shu.


#5 StrongJoshua

StrongJoshua

    Programmer, Gamer, Swimmer

  • Members
  • PipPipPipPipPipPipPip
  • 201 posts
  • Interests:Programming (Java, Objective-C)<br>Gaming (Team Fortress 2, Fire Emblem, whatever)<br>Swimming

Posted 11 May 2014 - 12:02 PM

QUOTE (Fire Blazer @ May 11 2014, 02:11 AM)

I'm glad it's got a decrypt function too though

was worried I'd accidentally encrypt a file I needed and have it forever lost, because I'm totally silly enough to make a mistake like that, lol

Hey, that's not a bad idea, I didn't even think of adding the capabilities to directly encrypt entire text files! Thanks for the suggestion wink.gif
My YouTube Channel
My Website (For my programming projects and stuff)

user posted image

#6 StrongJoshua

StrongJoshua

    Programmer, Gamer, Swimmer

  • Members
  • PipPipPipPipPipPipPip
  • 201 posts
  • Interests:Programming (Java, Objective-C)<br>Gaming (Team Fortress 2, Fire Emblem, whatever)<br>Swimming

Posted 12 May 2014 - 02:24 AM

Alright, so the updated version now uses simple, self-made passwords for encryption/decryption. Password generation works, but you cannot yet use the generated passwords to encrypt/decrypt, however, that will be added soon. I will also add file encryption/decryption soon, but I will either have to optimize the encoding or you'll just have to be patient when encrypting wink.gif
My YouTube Channel
My Website (For my programming projects and stuff)

user posted image

#7 SmashedFish

SmashedFish

    Tom is not for opening

  • Members
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • 1,858 posts
  • Gender:Not Telling
  • Interests:fictional characters

Posted 12 May 2014 - 05:07 AM

Haha, nice! What did you think of the book? I liked it, personally.

I'll give your program a shot tomorrow! As for now, it's like 1 AM and I'm barely coherent...

Images - 11/22 Writing - 5/17 FE: Immortal Shrine
forum_signature__aeiou_by_sakowfniapqf-d

 

Spoiler


Need help with hacking? Post in the subforum, or Skype me (smashedfish76).


#8 StrongJoshua

StrongJoshua

    Programmer, Gamer, Swimmer

  • Members
  • PipPipPipPipPipPipPip
  • 201 posts
  • Interests:Programming (Java, Objective-C)<br>Gaming (Team Fortress 2, Fire Emblem, whatever)<br>Swimming

Posted 12 May 2014 - 08:24 PM

QUOTE (SmashedFish @ May 12 2014, 01:07 AM)
Haha, nice! What did you think of the book? I liked it, personally.

I'll give your program a shot tomorrow! As for now, it's like 1 AM and I'm barely coherent...

I really liked the book too! I only have 1 or 2 more Dan Brown books to read and this was definitely one of the best ones!

Awesome smile.gif there are a few things I'm still wondering how to get working correctly because this is the first time I'm making something like this and I want it to be usable, but I think it works pretty well.
My YouTube Channel
My Website (For my programming projects and stuff)

user posted image

#9 Ggy888

Ggy888

    Newbie

  • Banned
  • 2 posts

Posted 16 December 2014 - 08:57 AM

sounds like a blast

#10 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 17 December 2014 - 12:32 AM

excuse me Mr. Ggy888

are you a bot

if so I have to ban you

Bblazer2.png

Signature thanks to Shu.


#11 ^Leo^

^Leo^

    Mega Member

  • Members
  • PipPipPipPipPipPipPipPipPipPip
  • 807 posts
  • Gender:Not Telling
  • Location:the magical land of cleve

Posted 18 December 2014 - 02:38 AM

bots seem to like this website far more than any other forum i've ever seen




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users