Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
101 views

Encrypt/Decrypt string between Java and PHP

I'm using AES encryption to encrypt and decrypt string between php on the server side and Android app (as client). The encrypted string in PHP is: HaxRKnMxT24kCJWUXaVvqDHahzurJQK+sYA4lIHql/U= and ...
1
vote
2answers
80 views

should you authenticate the initialization vector in ipsec?

I'm trying to implement IPSEC in the form of ESP in transport mode with using aes in galois/counter mode, according to RFC4106. I'm supposed to put the initialization vector just before the ...
0
votes
0answers
61 views

Where do I find test vectors for IPSEC (AES-GCM-ESP and ENCR_NULL_AUTH_AES_GMAC)?

Does anyone know where I might find test vectors for IPSEC? Specifically ESP/transport mode/GCM-AES ( with both AES and NULL encryption: AES-GCM-ESP and ENCR_NULL_AUTH_AES_GMAC ) What I'd like to do ...