Hello everyone, has anyone worked with encryption in kotlin wasm. I am trying to initialize RSA cipher and encrypt something using public key but couldn't figure how to do it in wasm, tried using this lib https://github.com/whyoleg/cryptography-kotlin but no luck. will appreciate any help
thanks for sharing, i just saw that unfortunately it's not supported. Is there any other way to do that like do same implementation in js and use as interop with kotlin ?
c
Chrimaeon
02/09/2025, 10:51 AM
Check klibs.io and search in the #C0BJ0GTE2 channel.
thank you color 1
k
Kevin Burgmann
02/15/2025, 9:22 PM
@Sumit Jha What specific algorithm are you looking for?