Questions tagged as 'aes'

1
answer

False error when opening decrypted document with Crypto library of Python 2.7.9

I tested the following script in Python, using Python 2.7.9, with some adaptations made by me, available at link : # Cifra e decifra documentos nos formatos .pdf, .docx e .rtf # Adaptacao de Marcelo Ferreira Zochio from Crypto import Random...
asked by 30.10.2017 / 18:37
1
answer

Convert String encoded to byte

I am the AES-GCM encryption user on my server, and decrypt it on my android client. However I'm having a conversion problem. We assume that: 1- Encrypted text generates value in bytes: [B@541fe858 2- This value is embedded in...
asked by 19.12.2017 / 18:55
0
answers

Encrypt fixed-size files in Arduino with AES

I know that in arduino it is complicated to work with files, however, how can I encrypt a fixed-size file in Kb or in Mb on Arduino using Aes or another encryption algorithm? Does anyone have any ideas ??     
asked by 06.06.2018 / 21:08
1
answer

Hiding AES decryption key in android app

How can I not only hide AES keys but also encrypt and decrypt using the predefined keys / commands in a native library ( encode.so ) so that I can compile and include it in my android app. That is, calling the native functions in the library...
asked by 20.06.2016 / 07:22