#1 2017-10-15 21:59:29

Delutto
Member
Registered: 2017-10-15
Posts: 2

SynCrypto Stream Encryption/Decryption

Hi.
I have a binary data encrypted with AES loaded into a stream and I have the string value of the Key and Vector. How I can decrypt and encrypt back that stream using the key and vector values?

Offline

#2 2017-10-16 07:03:04

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,669
Website

Re: SynCrypto Stream Encryption/Decryption

It depends on the AES key size, the AES block mode, the padding used, and how the strings have been hashed/encoded.

Offline

#3 2017-10-16 21:15:39

Delutto
Member
Registered: 2017-10-15
Posts: 2

Re: SynCrypto Stream Encryption/Decryption

ab wrote:

It depends on the AES key size, the AES block mode, the padding used, and how the strings have been hashed/encoded.

But there's no standard method? Because there's some tools which can decrypt this binary data only with this two infos: key and Vector.

Offline

#4 2017-10-17 06:56:44

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,669
Website

Re: SynCrypto Stream Encryption/Decryption

Key size, block mode, padding, hashing ARE the standards. wink
https://en.wikipedia.org/wiki/Advanced_ … n_Standard
https://en.wikipedia.org/wiki/Block_cip … _operation
https://en.wikipedia.org/wiki/Padding_(cryptography)
https://en.wikipedia.org/wiki/Cryptogra … h_function

And any change on those parameter will change the whole encryption method, and change the results, for sure.

Offline

Board footer

Powered by FluxBB