Skip to content

Illegal key size #1

@arivasvera

Description

@arivasvera
Exception in thread "main" java.lang.RuntimeException: java.security.InvalidKeyException: Illegal key size
    at AESUtil.encrypt(AESUtil.java:24)
    at AESMain.main(AESMain.java:10)
Caused by: java.security.InvalidKeyException: Illegal key size
    at javax.crypto.Cipher.a(DashoA13*..)
    at javax.crypto.Cipher.a(DashoA13*..)
    at javax.crypto.Cipher.a(DashoA13*..)
    at javax.crypto.Cipher.init(DashoA13*..)
    at javax.crypto.Cipher.init(DashoA13*..)
    at AESUtil.encrypt(AESUtil.java:21)
    ... 1 more

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