Retrieve Data
Why is my info data on Felend hidden (at first)?
So, basically all your data on the Fhenix network are encrypted (best practice). Which means if anyone look at the data the old way by reading the raw value from onchain storage, they would get nonsene value like a random string. Only the Fhenix nodes (using MPC) can decrypt the encrypted value to the real one. However, if someone call decrypt directly, the decrypted data will be available onchain. Fhenix has provided a solution named sealOuput which allow user to seal the decrypted value onchain, and then unseal it from client side.

Last updated