Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 Sec - Untrusted Code, Security and Proofsexecuting untrusted code securely<">
Sec is a research and development project exploring novel
approaches to the safe and efficient execution of a mixture of trusted
and untrusted software components in a multi-language environment. Sec
uses a combination of language-based and OS-mediated techniques to
guarantee user-defined safety policies.
Certified mobile code
Certified code carries a statement of its safety properties in a
form that can be automatically checked before execution.
Certified code in Sec is architecture-neutral, but low-level. Unlike
the bytecode of the Java Virtual Machine, Sec is language
independent and much closer to actual machine code, thus, minimising
the trusted computing base.
Gaps in certificates
Some compilers can only generate weak certificates. Certificates for
some safety properties are difficult or impossible to generate
automatically. Hence, certificates can lack some of the assertions a
user wants of untrusted code. Sec closes gaps in certificates by
means of protection mechanisms provided by the underlying operating
system.