dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

consider security with serialization #129

Open dhh1128 opened 8 years ago

dhh1128 commented 8 years ago

Need to mark some objects as "unserializable" (throw exception if serialization is attempted) or "encrypted when serialized" (require pluggable cryptographic recipe to make serialization proceed) so we can say that the content inside the object can't be tampered with or inspected.