You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: :public_key.encrypt_public/3 is deprecated. Do not use
│
28 │ :public_key.encrypt_public(xor, public_key, rsa_pad: :rsa_pkcs1_oaep_padding)
│ ~
│
└─ lib/myxql/protocol/auth.ex:28:17: MyXQL.Protocol.Auth.encrypt_sha_password/3
The text was updated successfully, but these errors were encountered:
wojtekmach
changed the title
warning: :public_key.encrypt_public/3 is deprecated. Do not usewarning: :public_key.encrypt_public/3 is deprecated.Jul 8, 2024
My understanding is there is no replacement at the moment. More details in https://erlangforums.com/t/security-working-group-minutes/3451/6 and let's keep an eye there.
The text was updated successfully, but these errors were encountered: