decrypting a string

Discussion related to AES Crypt, the file encryption software for Windows, Mac, Linux, and FreeBSD.
Post Reply
arfeur
Posts: 2
Joined: Thu Jul 19, 2012 1:59 pm

decrypting a string

Post by arfeur »

Hello, I'm trying to use the software to decrypt a string (data has been crypted by a sensor and need to be decrypted on the computer).
I've tried to save the string into a file with the extension .aes but it doesn't seem to work.

Is there a special method to use?

Thank you for your help
User avatar
paulej
Posts: 629
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: decrypting a string

Post by paulej »

Are you using this code to decrypt a string? There are C libraries for doing that on the download page: https://www.aescrypt.com/download/

Note that that code only handles version 0 files. This code is available for those who want to use it, but it still has not been fully tested and it will not decrypt files created with the other AES Crypt tools because those create files using the newest file format. Is that the issue you are encountering?
arfeur
Posts: 2
Joined: Thu Jul 19, 2012 1:59 pm

Re: decrypting a string

Post by arfeur »

I did use the AESCrypt32 application.

The data are crypted by the sensor so I only know the code to encrypt it...
I'll give a try with the link you gave me hopping it will work, otherwise I might have to create my own one

Thank you for your answer
Post Reply