we are making an app to make transactions in the polygon BlockChain.
We need to encrypt a String with Kecca256 encryption, which is what Poligon receives.
Could someone help me how to encrypt a String with that Protocol
we are making an app to make transactions in the polygon BlockChain.
We need to encrypt a String with Kecca256 encryption, which is what Poligon receives.
Could someone help me how to encrypt a String with that Protocol
Copyright © 2021 Jogjafile Inc.
As you know, a hash takes in bytes and emits bytes. So, to hash a string, you need to convert it first to bytes using a character encoding - perhaps ASCII or UTF8.
To use
pointycastleimport the package, construct the right digest and process the bytes.