let4be
October 14, 2023, 6:45am
1
I was thinking of integrating arweave in my project(for cheap permanent data storage) - pay fee once and store forever, but it uses RSA…
meaning I cannot safely sign trasactions from within my canister as I would be revealing my private RSA key to the node…
Any advice on how to use RSA securely from within the canister?
3 Likes
Recently, I was also thinking of this, having seen Arweave and a few other interesting networks not attainable via t-ECDSA . So +1 for this ask from me as well.
3 Likes
Apparently there’s a workaround for Arweave, so +1 -0.5 from me. I suppose asking for EdDSA deserves its own forum topic.
2 Likes
Do you happen to remember what the workaround for Arweave was?
It was somewhere in Irys docs
Didn’t perhaps amount to signing the data item with ecdsa ad letting the irys gateway bundle into a transaction?