Skip to content

How do i get AAD and IV in AES 128 GCM? #26

@KevinAdhaikal

Description

@KevinAdhaikal

Hello, how do i get AAD and IV in AES 128 GCM?
Cipher: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f)

in AES 128 CBC (TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013)), the IV is on the Client handshake finished
Example like in your website

16 03 03 00 40 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 22 7b c9 ba 81 ef 30 f2 a8 a7 8f f1 df 50 84 4d 58 04 b7 ee b2 e2 14 c3 2b 68 92 ac a3 db 7b 78 07 7f dd 90 06 7c 51 6b ac b3 ba 90 de df 72 0f 

the IV is: 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f
and no need to use AAD

but how about AES 128 GCM?

Sorry if my grammar is bad, Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions