Ciphertext security doubts

I deployed a smart contract using remix.zama.ai to decrypt an arbitrary ciphertext, and it worked. Does it mean that it considers I know the encrypted value? “euint32” button is not showing next to the bytes input.

For now https://remix.zama.ai/ is working only with the newest version of fhEVM, version 0.4.0, which is not available on devnet.zama.ai for now (and the fhevm library is not available on npm).
So, if you test https://remix.zama.ai/ won’t display a selectbox with euint8/euint16/euint32/… because it detect you’re using an incompatible network.
To summarize: Remix is not working well with current state of devnet.zama.ai :frowning_with_open_mouth: We’ll fix that in the coming days!

Thank you for the information