topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:15 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Urgently need encryption tester program  (Read 5366 times)

boethos

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
IDEA: Urgently need encryption tester program
« on: August 15, 2009, 10:19 AM »
I need a program that lets me put in a phrase or word and see the output.  This will use 128 bit AES encryption.

I'm testing a theory and need this program.

From looking through the posts at the quality of the coders here, it ought to be a piece of cake.

Thank you.


skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #1 on: August 15, 2009, 10:23 AM »
All you want is to encrypt a given string with 128 bit AES and see the encrypted output?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #2 on: August 15, 2009, 10:29 AM »
there should be a lot of free little encryption testing utilities out there that can do this, so i'm not sure there is any reason to write a new one.. maybe just locate an existing one?

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #3 on: August 15, 2009, 10:31 AM »
there should be a lot of free little encryption testing utilities out there that can do this, so i'm not sure there is any reason to write a new one.. maybe just locate an existing one?
Agreed.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #4 on: August 15, 2009, 10:38 AM »

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #5 on: August 15, 2009, 11:05 AM »
Axantum Software's AxCrypt should fit the bill.

It's free, open source, supports 128-bit AES, and is available for download.

Feature list and additional links: http://www.axantum.c...xCrypt/Features.html


boethos

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: IDEA: Urgently need encryption tester program
« Reply #6 on: August 15, 2009, 01:00 PM »
Thanks to you all.

Ken