KR970049730A - 신뢰된 소오스로부터의 검사 불가능한 프로그램을 사용하는 장치로 검사 가능한 프로그램을 실행하기 위한 시스템 및 방법 - Google Patents

신뢰된 소오스로부터의 검사 불가능한 프로그램을 사용하는 장치로 검사 가능한 프로그램을 실행하기 위한 시스템 및 방법 Download PDF

Info

Publication number
KR970049730A
KR970049730A KR1019960062293A KR19960062293A KR970049730A KR 970049730 A KR970049730 A KR 970049730A KR 1019960062293 A KR1019960062293 A KR 1019960062293A KR 19960062293 A KR19960062293 A KR 19960062293A KR 970049730 A KR970049730 A KR 970049730A
Authority
KR
South Korea
Prior art keywords
program
object class
class
digital signature
architecture
Prior art date
Application number
KR1019960062293A
Other languages
English (en)
Other versions
KR100433319B1 (ko
Inventor
이. 맥마누스 찰스
Original Assignee
리 패치
선 마이크로시스템즈, 인코포레이티드
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 리 패치, 선 마이크로시스템즈, 인코포레이티드 filed Critical 리 패치
Publication of KR970049730A publication Critical patent/KR970049730A/ko
Application granted granted Critical
Publication of KR100433319B1 publication Critical patent/KR100433319B1/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2211/00Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
    • G06F2211/007Encryption, En-/decode, En-/decipher, En-/decypher, Scramble, (De-)compress

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Stored Programmes (AREA)
  • Storage Device Security (AREA)

Abstract

컴퓨터 시스템은 검사 가능한 아키텍쳐 중간 프로그램을 실행하는 프로그램 실행자와, (A) 검사 불가능한 프로그램이 이런 프로그램의 신뢰된 저장소에 존재하지 않거나 (B) 검사 불가능한 프로그램이 신뢰된 소오스에 의해 만들어진 프로그램을 검사하는 검사 불가능한 프로그램상의 디지털 서명에 의해 간접적으로 검사할 수 없는 경우 검사 불가능한 프로그램의 로딩된 실행을 막는 클래스 로더를 포함한다. 바람직한 실시예에서, 검사 가능한 아티텍처 중간 프로그램은 보전성이 자바(Java) 바이트 코드 프로그램 검사장치를 사용하여 검사되는 자바 바이트 코드 프로그램이다. 검사 가능한 프로그램은 일반적으로 컴파일러의 지원으로 발생하는 아키텍터 특정 컴파일된 프로그램이다. 각각의 아키텍처 특정 컴파일 프로그램은 일반적으로 컴파일 파티(party)에 의한 서명과 컴파일러에 의한 서명을 포함한다. 각각의 디지털 서명은 서명 파티 식별자 및 암호화된 메시지를 포함한다. 이 암호화된 메시지는 소정의 과정에 의해 발생된 메시지를 포함하고, 서명 파티와 연관된 전용 암호화 키를 사용하여 암호화된다. 클래스 로더에 의해 사용되는 디지털 서명 검사장치는, (A) 서명 파티와 연관된 공개 키를 얻고, (B) 해독된 메시지를 발생시키기 위해 상기 공개 키로 디지털 서명의 암호화된 메시지를 해독하고, (C) 디지털 서명과 연관된 아키텍처 특정 프로그램으로 소정의 과정을 실행하여 테스트 메시지를 발생하고, (D) 해독된 메시지와 테스트 메시지를 비교하며, (E) 해독된 메시지와 요약과 테스트 메시지 요약이 매칭되지 않는 경우에 실폐 신호를 발생하기 위한, 각 디지털 신호를 처리하기 위한 논리를 포함한다.

Description

신뢰된 소오스로부터의 검사 불가능한 프로그램을 사용하는 장치로 검사 가능한 프로그램을 실행하기 위한 시스템 및 방법
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제1도는 본 발명의 바람직한 실시예를 통합하는 분산 컴퓨터 시스템의 블록도
제2도는 본 발명의 바람직한 실시예에 따른 아키텍처 중간 프로그램의 구조를 나타내는 도면
제3도는 본 발명의 바람직한 실시예에 따라 발생된 컴파일된 특정 아키텍처 프로그램의 구조를 나타낸 도면

Claims (12)

  1. 아키텍처 중간 언어로 작성된 프로그램이 소정의 프로그램 보전성 기준에 만족하는 것을 검사하는 프로그램 보전성 검사장치와; 상기 프로그램에 포함되는 프로그램의 원시 파티에 대한 디지털 서명을 검사하는 디지털 서명 검사장치와; 신뢰되지 않은 목적 클래스를 저장하는 신뢰되지 않은 목적 클래스 저장소와; 신뢰된 목적 클래스를 저장하는 신뢰된 목적 클래스 저장소를 포함하는데, 상기 목적 클래스는 (A) 상기 아키텍처 중간 언어로 작성된 아키텍처 중간 프로그램 및 (B) 상기 보전성이 검사장치에 의해 검사될 수 없는 아키텍처 특정 언어로 작성된 아키텍처 특정 프로그램으로 이루어진 그룹으로부터 선택된 프로그램을 각각 가지는 거어도 하나의 프로그램을 구비하고; 아키텍처 특정 프로그램 실행자와; 아키텍처 중간 프로그램 실행자와; 사용자 어드레스 공간과; 상기 하나의 목적 클래스의 임의의 프로그램에 대한 실행이 요구될 때 실행하기 위한 상기 사용자 어드레스 공간내에 특정한 목적 클래스를 로딩하는 클래스로더를 포함하는데; 상기 클래스 로더는 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 디지털 서명을 포함하지 않고 상기 디지털 서명이 상기 디지털 서명 검사장치에 의해 검사되지 않는다면, 적어도 하나의 아키텍처 특정 프로그램을 포함하고 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 임의의 요구된 목적 클래스의 로딩을 막는 프로그램 안전 보호 논리를 포함하는 것을 특징으로 하는 컴퓨터.
  2. 제1항에 있어서, 상기 클래스 로더는 상기 요구된 목적 클래스가 상기 신뢰된 목적 클래스 저장소에 저장되지 않고 적어도 하나의 아키텍처 중간 프로그램을 포함할 때 상기 요구된 목적 클래스의 모든 아키텍처 중간 프로그램의 보전성을 검사하기 위해 상기 프로그램 보전성 검사장치를 호출하기 위한 검사장치 논리를 포함하고; 상기 프로그램 안전보호 논리는 보전성이 상기 프로그램 보전성 검사장치에 의해 검사될 수 없는 적어도 하나의 아키텍처 중간 프로그램을 상기 요구된 목적 클래스가 포함될 때, 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 상기 임의의 요구된 목적 클래스의 로딩을 더 막는 것을 특징으로 하는 컴퓨터.
  3. 제1항에 있어서, 상기 아키텍처 특정 프로그램 중 하나와 연관되는 상기 각각의 디지털 서명은 서명 파티 식별자 및 암호화된 메시지를 포함하고, 상기 암호화된 메시지는 메시지 요약 함수를 사용하여 발생되는 상기 아키텍처 특정 프로그램의 메시지 요약을 포함하며 상기 식별된 서명 파티와 연관된 전용 암호화 키를 사용하여 암호화되며, 상기 디지털 서명 검사장치는 상기 서명 파티 식별자에 의해 식별되는 상기 서명 파티와 연관된 공개 키를 구하고, 해독된 메시지 요약을 발생시키기 위해 상기 공개 키로 상기 디지털 서명의 상기 암호화된 메시지를 해독하고 상기 디지털 서명과 연관된 상기 아키텍처 특정 프로그램의 상기 메시지 요약 함수를 실행함으로서 테스트 메시지 요약을 발생하고, 상기 테스트 메시지 요약을 상기 해독된 메시지 요약과 비교하며, 상기 해독된 메시지 요약과 테스트 메시지 요약이 매칭되지 않는 경우 실패신호를 송출하여, 상기 특정 디지털 서명을 처리하기 위한 논리를 포함하는 것을 특징으로 하는 컴퓨터.
  4. 제1항에 있어서, 상기 프로그램 안전보호 논리는, 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 2개의 디지털 서명을 포함하기 않고 상기 디지털 서명이 상기 디지털 서명 검사장치에 의해 둘 다 검사되지 않는 경우, 적어도 하나의 아키텍처 특정 프로그램을 포함하며 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 임의의 요구된 목적 클래스의 로딩을 더 막고, 상기 아키텍처 특정 프로그램 중 하나와 연관되는 상기 각각의 디지털 서명은 서명 파티 식별자 및 암호화된 메시지를 포함하고, 상기 암호화된 메시지는 소정 과정에 의해 발생되는 메시지를 포함하며, 상기 식별된 서명 파티와 연관된 전용 암호화 키를 사용하여 암호화되며, 상기 디지털 서명 검사장치는 상기 서명 파티 식별자에 의해 식별되는 상기 서명 파티와 연관된 공중키를 구하고, 해독된 메시지를 발생시키기 위해 상기 공개 키로 상기 디지털 서명의 상기 암호화된 메시지를 해독하고, 상기 디지털 서명과 연관된 상기 아키텍처 특정 프로그램으로 상기 소정고정을 실행함으로서 테스트 메시지를 발생하고, 상기 테스트 메시지를 상기 해독된 메시지와 비교하며, 상기 해독된 메시지 요약과 상기 테스트 메시지 요약이 일치하지 않는 경우 결함 신호를 송출하여, 특정 디지털 서명을 처리하기 위한 논리를 포함하며, 상기 프로그램 안전보호 논리는 상기 서명 파티가 신뢰된 파티의 제1그룹의 멤버인 제1디지털 서명 및 상기 서명 파티가 신뢰된 파티의 제2그룹의 멤버인 제2디지털 서명을 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 포함하지 않는 경우, 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 상기 요구된 목적 클래스의 로딩을 막는 것을 특징으로 하는 컴퓨터.
  5. 제1항에 있어서, 상기 프로그램 안전보호 논리는 상기 요구된 목적 클래스내의 모든 아키텍처 특정 프로그램이 연관된 아키텍처 중간 프로그램을 위한 메시지 요약을 포함하지 않고 상기 메시지 요약이 상기 연관된 아키텍처 중간 프로그램의 소정의 메시지 요약 과정을 수행하여 상기 프로그램 안전보호 논리에 의해 발생되는 테스트 메시지 요약과 매칭되지 않는 경우, 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 상기 요구된 목적 클래스의 로딩을 막는 것을 특징으로 하는 컴퓨터.
  6. 신뢰되지 않은 목적 클래스 저장소내에 신뢰되지 않은 목적 클래스를 저장하는 단계와; 신뢰된 목적 클래스 저장소내에 신뢰된 목적 클래스를 저장하는 단계를 포함하는데, 상기 목적 클래스는 (A) 아키텍처 중간 언어로 작성된 아키텍처 중간 프로그램 및 (B) 아키텍처 특정 언어로 작성된 아키텍처 특정 프로그램으로 이루어진 그룹으로부터 선택된 프로그램을 각각 포함하는 적어도 하나의 프로그램을 가지며; 상기 하나의 목적 클래스내의 임의의 프로그램에 대한 실행이 요구될 때, 상기 요구된 목적 클래스의 로딩이 안전보호 위배에 의해 막아지지 않는 경우, 실행을 위한 사용자 어드레스 공간으로 상기 요구된 목적 클래스를 로딩하는 단계를 포함하는, 상기 로딩단계는 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 디지털 서명을 포함하지 않고 상기 디지털 서명이 상기 디지털 서명 검사장치에 의해 검사되지 않는 경우, 적어도 하나의 아키텍처 특정 프로그램을 포함하며 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 임의의 요구된 목적 클래스의 로딩을 방지하는 단계를 포함하는 것을 특징으로 하는 컴퓨터 시스템을 동작시키기 위한 방법.
  7. 제6항에 있어서, 상기 목적 클래스 로딩 단계는 (A) 상기 요구된 목적 클래스가 상기 신뢰된 목적 클래스 저장소내에 저장되지 않고 적어도 하나의 아키텍처 중간 프로그램을 포함할 때 상기 요구된 목적 클래스의 모든 아키텍처 중간 프로그램의 보전성을 검사하는 단계와, (B) 보전성이 검사되지 않은 적어도 하나의 아키텍처 중간 프로그램을 상기 요구된 목적 클래스가 포함할 때, 상기 요구된 목적 클래스가 상기 신뢰된 목적 클래스 저장소 내에 있지 않으면 상기 요구된 목적 클래스의 로딩을 막는 단계를 포함하는 것을 특징으로 하는 컴퓨터 시스템을 동작시키기 위한 방법.
  8. 제6항에 있어서, 상기 아키텍처 특정 프로그램중 하나와 연관되는 상기 각각의 디지털 서명은 서명 파티 식별자 및 암호화된 메시지를 포함하고, 상기 암호화된 메시지는 메시지 요약 함수를 사용하여 발생된 상기 아키텍처 특정 프로그램의 메시지 요약을 포함하며 상기 식별된 서명 파티와 연관된 전용 암호화 키를 사용하여 암호화되며, 상기 목적 클래스 로딩 단계는 상기 서명 파티 식별자에 의해 식별된 상기 서명 파티와 연관된 공개 키를 구하고, 해독된 메시지 요약을 발생시키기 위해 상기 공개 키로 상기 디지털 서명의 암호화된 메시지를 해독하고, 상기 디지털 서명과 연관된 상기 아키텍처 특정 프로그램으로 상기 메시지 요약 함수를 실행함으로써 테스트 메시지 요약을 발생하고, 상기 테스트 메시지 요약을 상기 해독된 메시지 요약과 비교하고, 상기 해독된 메시지 요약과 테스트 메시지 요약이 매칭되지 않는 경우 실패신호를 발생하여 특정 디지털 서명을 처리하는 단계를 포함하는 것을 특징으로 하는 컴퓨터 시스템을 동작시키기 위한 방법.
  9. 제6항에 있어서, 상기 목적 클래스 로딩 단계는 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 2개의 디지털 서명을 포함하지 않고 상기 디지털 서명이 상기 디지털 서명 검사장치에 의해 둘 다 검사되지 않는 경우, 적어도 하나의 아키텍처 특정 프로그램을 포함하며 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 임의의 요구된 목적 클래스의 로딩을 막는 단계를 포함하고, 상기 아키텍처 특정 프로그램중 하나와 연관된 상기 각각의 디지털 서명은 서명 파티 식별자 및 암호화된 메시지를 포함하고, 상기 암호화된 메시지는 소정과정에 의해 발생된 메시지 요약을 포함하며 상기 식별된 서명 파티와 연관된 전용 암호화 키를 사용하여 암호화되고, 상기 목적 클래스 로딩 단계는 상기 서명 파티 식별자에 의해 식별된 상기 서명 파티와 연관된 공중 키를 구하고, 해독된 메시지 요약을 발생시키기 위해 상기 공개 키로 상기 디지털 서명의 암호화된 메시지를 해독하고, 상기 디지털 서명과 연관된 상기 아키텍처 특정 프로그램으로 상기 소정 과정을 실행함으로써 데스트 메시지 요약을 발생하고, 상기 테스트 메시지를 상기 해독된 메시지와 비교하며, 상기 해독된 메시지 요약과 테스트 메시지 요약이 일치하지 않는 경우 실패신호를 발생하여, 특정 디지털 서명을 처리하는 단계를 포함하고, 상기 목적 클래스 로딩 단계는 상기 서명 파티가 신뢰된 파티의 제1그룹의 멤버인 제1디지털 서명 및 상기 서명 파티가 신뢰된 파티의 제2그룹의 멤버인 제2디지털 서명을 상기 요구된 클래스 서명의 모든 아키텍처 특정 프로그램이 포함하지 않은 경우, 상기 신뢰된 목적 클래스 저장소의 목적 클래스와 다른 상기 요구된 목적 클래스의 로딩을 막는 단계를 더 포함하는 것을 특징으로 하는 컴퓨터 시스템을 동작시키기 위한 방법.
  10. 제6항에 있어서, 상기 목적 클래스 로딩 단계는 다른 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 연관된 아키텍처 중간 프로그램을 위한 메시지 요약을 포함하지 않고 상기 메시지 요약이 상기 연관된 아키텍처 중간 프로그램으로 소정의 메시지 요약 과정을 수행함으로써 상기 프로그램 안전보호 논리에 의해 발생되는 테스트 메시지 요약과 매칭되지 않는 경우, 상기 신뢰된 목적 클래스의 상기 목적 클래스와 다른 상기 요구된 목적 클래스의 로딩을 막는 단계를 포함하는 것을 특징으로 하는 컴퓨터 시스템을 동작시키기 위한 방법.
  11. 데이타 처리 시스템상에서 실행되는 데이터 프로그램을 저장하기 위한 메모리에 있어서, 아키텍처 중간 언어로 작성된 프로그램이 소정의 프로그램 보전성 기준에 만족하는 것을 검사하는 프로그램 보전성 검사장치와; 상기 프로그램에 포함되는 프로그램의 원시 파티에 대한 디지털 서명을 검사하는 디지털 서명 검사장치와; 신뢰되지 않은 목적 클래스를 저장하는 신뢰되지 않은 목적 클래스 저장소와; 신뢰된 목적 클래스를 저장하는 신뢰된 목적 클래스 저장소를 포함하는데, 상기 목적 클래스는 (A) 상기 아키텍처 중간 언어로 작성된 아키텍처 중간 프로그램 및 (B) 보전성이 상기 보전성 검사장치에 의해 검사될 수 없는 아키텍처 특정 언어로 작성된 아키텍처 특정 프로그램으로 이루어진 그룹으로부터 선택된 프로그램을 각각 포함하는 적어도 하나의 프로그램을 가지며; 아키텍처 특정 프로그램 실행자와; 상기 아키텍처 중간 프로그램 실행자와; 상기 하나의 목적 클래스의 임의의 프로그램에 대한 실행이 요구될 때 실행 하기 위한 상기 사용자 어드레스 공간내에 상기 목적 클래스중 특정 목적 클래스를 로딩하는 클래스 로더를 포함하는데, 상기 클래스 로더는 상기 요구된 목적 클래스의 모든 아키텍처 특정 프로그램이 디지털 서명을 포함하지 않으며 상기 디지털 서명이 상기 디지털 서명 검사장치에 의해 검사되지 않는 경우, 적어도 하나의 아키텍처 특정 프로그램을 포함하며 상기 신뢰된 목적 클래스 저장소내의 목적 클래스와 다른 임의의 요구된 목적 클래스의 로딩을 막는 프로그램 안전보호 논리를 포함하는 것을 특징으로 하는 메모리.
  12. 제11항에 있어서, 상기 클래스 로더는 상기 요구된 목적 클래스가 상기 신뢰된 목적 클래스 저장소에 저장되지 않고 적어도 하나의 아키텍처 중간 프로그램을 포함할 때, 상기 요구된 목적 클래스의 모든 아키텍처 중간 프로그램의 보전성을 검사하기 위해 상기 프로그램 보전성 검사장치를 호출하기 위한 검사장치 명령을 포함하고; 상기 프로그램 안전보호 명령은 보전성이 상기 프로그램 보전성 검사장치에 의해 검사되지 않는 적어도 하나의 아키텍처 중간 프로그램을 상기 요구된 목적 클래스가 포함될 때, 상기 신뢰된 목적 클래스 저장소의 목적 클래스와 다른 상기 임의의 요구된 목적 클래스의 로딩을 더 막는 것을 특징으로 하는 메모리.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019960062293A 1995-12-08 1996-12-06 신뢰된소오스로부터의검사불가능한프로그램을사용하는장치로검사가능한프로그램을실행하기위한시스템및방법 KR100433319B1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/569,398 US5692047A (en) 1995-12-08 1995-12-08 System and method for executing verifiable programs with facility for using non-verifiable programs from trusted sources
US08/569,398 1995-12-08

Publications (2)

Publication Number Publication Date
KR970049730A true KR970049730A (ko) 1997-07-29
KR100433319B1 KR100433319B1 (ko) 2004-08-09

Family

ID=24275287

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960062293A KR100433319B1 (ko) 1995-12-08 1996-12-06 신뢰된소오스로부터의검사불가능한프로그램을사용하는장치로검사가능한프로그램을실행하기위한시스템및방법

Country Status (11)

Country Link
US (2) US5692047A (ko)
EP (1) EP0778520B1 (ko)
JP (1) JP4112033B2 (ko)
KR (1) KR100433319B1 (ko)
CN (1) CN1097771C (ko)
AU (1) AU717615B2 (ko)
CA (1) CA2190556A1 (ko)
DE (1) DE69634684T2 (ko)
HK (1) HK1000846A1 (ko)
SG (1) SG75108A1 (ko)
TW (1) TW355768B (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100728517B1 (ko) * 2006-12-28 2007-06-15 메크로비젼 코오포레이션 동적으로 연결 가능한 실행 가능 이미지들의 진정성을증명하는 시스템 및 방법

Families Citing this family (215)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10361802B1 (en) 1999-02-01 2019-07-23 Blanding Hovenweep, Llc Adaptive pattern recognition based control system and method
US6237096B1 (en) * 1995-01-17 2001-05-22 Eoriginal Inc. System and method for electronic transmission storage and retrieval of authenticated documents
US7162635B2 (en) * 1995-01-17 2007-01-09 Eoriginal, Inc. System and method for electronic transmission, storage, and retrieval of authenticated electronic original documents
US7743248B2 (en) * 1995-01-17 2010-06-22 Eoriginal, Inc. System and method for a remote access service enabling trust and interoperability when retrieving certificate status from multiple certification authority reporting components
US6157721A (en) * 1996-08-12 2000-12-05 Intertrust Technologies Corp. Systems and methods using cryptography to protect secure computing environments
CN101359350B (zh) 1995-02-13 2012-10-03 英特特拉斯特技术公司 用于安全地管理在数据项上的操作的方法
US20120166807A1 (en) 1996-08-12 2012-06-28 Intertrust Technologies Corp. Systems and Methods Using Cryptography to Protect Secure Computing Environments
US5892900A (en) 1996-08-30 1999-04-06 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US6658568B1 (en) 1995-02-13 2003-12-02 Intertrust Technologies Corporation Trusted infrastructure support system, methods and techniques for secure electronic commerce transaction and rights management
US7133846B1 (en) 1995-02-13 2006-11-07 Intertrust Technologies Corp. Digital certificate support system, methods and techniques for secure electronic commerce transaction and rights management
US6948070B1 (en) 1995-02-13 2005-09-20 Intertrust Technologies Corporation Systems and methods for secure transaction management and electronic rights protection
US5943422A (en) 1996-08-12 1999-08-24 Intertrust Technologies Corp. Steganographic techniques for securely delivering electronic digital rights management control information over insecure communication channels
WO1996038795A1 (en) 1995-05-30 1996-12-05 Corporation For National Research Initiatives System for distributed task execution
US5692047A (en) * 1995-12-08 1997-11-25 Sun Microsystems, Inc. System and method for executing verifiable programs with facility for using non-verifiable programs from trusted sources
FR2742245B1 (fr) * 1995-12-08 1998-01-23 Transtar Procede de manipulation de modeles de donnees utilises en genie logiciel
US6075863A (en) * 1996-02-28 2000-06-13 Encanto Networks Intelligent communication device
US6438614B2 (en) 1998-02-26 2002-08-20 Sun Microsystems, Inc. Polymorphic token based control
US6463446B1 (en) 1998-02-26 2002-10-08 Sun Microsystems, Inc. Method and apparatus for transporting behavior in an event-based distributed system
US6466947B2 (en) 1998-03-20 2002-10-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
US6560656B1 (en) 1998-02-26 2003-05-06 Sun Microsystems, Inc. Apparatus and method for providing downloadable code for use in communicating with a device in a distributed system
US6421704B1 (en) 1998-03-20 2002-07-16 Sun Microsystems, Inc. Method, apparatus, and product for leasing of group membership in a distributed system
US6578044B1 (en) 1997-11-17 2003-06-10 Sun Microsystems, Inc. Method and system for typesafe attribute matching
US6282652B1 (en) 1998-02-26 2001-08-28 Sun Microsystems, Inc. System for separately designating security requirements for methods invoked on a computer
US6487607B1 (en) 1998-02-26 2002-11-26 Sun Microsystems, Inc. Methods and apparatus for remote method invocation
US6185611B1 (en) 1998-03-20 2001-02-06 Sun Microsystem, Inc. Dynamic lookup service in a distributed system
US6446070B1 (en) 1998-02-26 2002-09-03 Sun Microsystems, Inc. Method and apparatus for dynamic distributed computing over a network
US6138238A (en) 1997-12-11 2000-10-24 Sun Microsystems, Inc. Stack-based access control using code and executor identifiers
US6237024B1 (en) 1998-03-20 2001-05-22 Sun Microsystem, Inc. Method and apparatus for the suspension and continuation of remote processes
US6832223B1 (en) 1996-04-23 2004-12-14 Sun Microsystems, Inc. Method and system for facilitating access to a lookup service
US6247026B1 (en) 1996-10-11 2001-06-12 Sun Microsystems, Inc. Method, apparatus, and product for leasing of delegation certificates in a distributed system
US6938263B2 (en) 1996-04-23 2005-08-30 Sun Microsystems, Inc. System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space
US6393497B1 (en) 1998-03-20 2002-05-21 Sun Microsystems, Inc. Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
US6598094B1 (en) 1998-03-20 2003-07-22 Sun Microsystems, Inc. Method and apparatus for determining status of remote objects in a distributed system
US5978484A (en) * 1996-04-25 1999-11-02 Microsoft Corporation System and method for safety distributing executable objects
US5794049A (en) * 1996-06-05 1998-08-11 Sun Microsystems, Inc. Computer system and method for executing architecture specific code with reduced run-time memory space requirements
US6161121A (en) * 1996-07-01 2000-12-12 Sun Microsystems, Inc. Generic transfer of exclusive rights
US5987123A (en) * 1996-07-03 1999-11-16 Sun Microsystems, Incorporated Secure file system
AU2003203649B2 (en) * 1996-08-12 2006-03-02 Intertrust Technologies Corporation Systems and methods using cryptography to protect secure computing environments
US7590853B1 (en) * 1996-08-12 2009-09-15 Intertrust Technologies Corporation Systems and methods using cryptography to protect secure computing environments
AU2004240210B2 (en) * 1996-08-12 2008-03-06 Intertrust Technologies Corporation Systems and methods using cryptography to protect secure computing environments
US6089460A (en) * 1996-09-13 2000-07-18 Nippon Steel Corporation Semiconductor device with security protection function, ciphering and deciphering method thereof, and storage medium for storing software therefor
US6857099B1 (en) * 1996-09-18 2005-02-15 Nippon Steel Corporation Multilevel semiconductor memory, write/read method thereto/therefrom and storage medium storing write/read program
US5958050A (en) * 1996-09-24 1999-09-28 Electric Communities Trusted delegation system
US5832529A (en) 1996-10-11 1998-11-03 Sun Microsystems, Inc. Methods, apparatus, and product for distributed garbage collection
US6728737B2 (en) 1996-10-11 2004-04-27 Sun Microsystems, Inc. Method and system for leasing storage
US6237009B1 (en) 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US5944823A (en) * 1996-10-21 1999-08-31 International Business Machines Corporations Outside access to computer resources through a firewall
US8079086B1 (en) 1997-11-06 2011-12-13 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US7613926B2 (en) * 1997-11-06 2009-11-03 Finjan Software, Ltd Method and system for protecting a computer and a network from hostile downloadables
US6167520A (en) * 1996-11-08 2000-12-26 Finjan Software, Inc. System and method for protecting a client during runtime from hostile downloadables
US7058822B2 (en) * 2000-03-30 2006-06-06 Finjan Software, Ltd. Malicious mobile code runtime monitoring system and methods
US6154844A (en) * 1996-11-08 2000-11-28 Finjan Software, Ltd. System and method for attaching a downloadable security profile to a downloadable
US9219755B2 (en) 1996-11-08 2015-12-22 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US5937193A (en) * 1996-11-27 1999-08-10 Vlsi Technology, Inc. Circuit arrangement for translating platform-independent instructions for execution on a hardware platform and method thereof
US6367012B1 (en) * 1996-12-06 2002-04-02 Microsoft Corporation Embedding certifications in executable files for network transmission
US6148401A (en) * 1997-02-05 2000-11-14 At&T Corp. System and method for providing assurance to a host that a piece of software possesses a particular property
US5915085A (en) * 1997-02-28 1999-06-22 International Business Machines Corporation Multiple resource or security contexts in a multithreaded application
US5905895A (en) * 1997-03-07 1999-05-18 International Business Machines Corporation Method and system for optimizing non-native bytecodes before bytecode interpretation
US5946493A (en) * 1997-03-28 1999-08-31 International Business Machines Corporation Method and system in a data processing system for association of source code instructions with an optimized listing of object code instructions
US6167522A (en) * 1997-04-01 2000-12-26 Sun Microsystems, Inc. Method and apparatus for providing security for servers executing application programs received via a network
US6381698B1 (en) 1997-05-21 2002-04-30 At&T Corp System and method for providing assurance to a host that a piece of software possesses a particular property
DE69816986T2 (de) * 1997-05-29 2004-07-22 Sun Microsystems, Inc., Palo Alto Verfahren und vorrichtung zur versiegelung und unterschrift von objekten
US6175924B1 (en) * 1997-06-20 2001-01-16 International Business Machines Corp. Method and apparatus for protecting application data in secure storage areas
US6065046A (en) * 1997-07-29 2000-05-16 Catharon Productions, Inc. Computerized system and associated method of optimally controlled storage and transfer of computer programs on a computer network
US5978579A (en) * 1997-08-12 1999-11-02 International Business Machines Corporation Architecture for customizable component system
US6093215A (en) * 1997-08-12 2000-07-25 International Business Machines Corporation Method and apparatus for building templates in a component system
US5970252A (en) * 1997-08-12 1999-10-19 International Business Machines Corporation Method and apparatus for loading components in a component system
US6195794B1 (en) 1997-08-12 2001-02-27 International Business Machines Corporation Method and apparatus for distributing templates in a component system
US6182279B1 (en) 1997-08-12 2001-01-30 International Business Machines Corporation Method and apparatus for storing templates in a component system
US6009524A (en) * 1997-08-29 1999-12-28 Compact Computer Corp Method for the secure remote flashing of a BIOS memory
US6397331B1 (en) * 1997-09-16 2002-05-28 Safenet, Inc. Method for expanding secure kernel program memory
US6185678B1 (en) * 1997-10-02 2001-02-06 Trustees Of The University Of Pennsylvania Secure and reliable bootstrap architecture
US6128774A (en) * 1997-10-28 2000-10-03 Necula; George C. Safe to execute verification of software
US7418731B2 (en) * 1997-11-06 2008-08-26 Finjan Software, Ltd. Method and system for caching at secure gateways
US8225408B2 (en) * 1997-11-06 2012-07-17 Finjan, Inc. Method and system for adaptive rule-based content scanners
US7975305B2 (en) * 1997-11-06 2011-07-05 Finjan, Inc. Method and system for adaptive rule-based content scanners for desktop computers
IL122314A (en) 1997-11-27 2001-03-19 Security 7 Software Ltd Method and system for enforcing a communication security policy
US6334189B1 (en) * 1997-12-05 2001-12-25 Jamama, Llc Use of pseudocode to protect software from unauthorized use
US6044467A (en) * 1997-12-11 2000-03-28 Sun Microsystems, Inc. Secure class resolution, loading and definition
US6418444B1 (en) * 1997-12-11 2002-07-09 Sun Microsystems, Inc. Method and apparatus for selective excution of a computer program
ES2175936T3 (es) 1998-01-16 2002-11-16 Macrovision Corp Sistema y metodo para autenticar componentes homologos.
US7268700B1 (en) 1998-01-27 2007-09-11 Hoffberg Steven M Mobile communication device
US6604127B2 (en) 1998-03-20 2003-08-05 Brian T. Murphy Dynamic lookup service in distributed system
AU2680399A (en) * 1998-02-26 1999-09-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
JP2002505473A (ja) 1998-02-26 2002-02-19 サンマイクロシステムズ インコーポレーテッド 決定性ハッシュでリモートメソッドを識別する方法とシステム
WO1999046665A1 (en) * 1998-03-13 1999-09-16 2Way Corporation Method and apparatus for publishing documents in a protected environment
US5999732A (en) 1998-03-23 1999-12-07 Sun Microsystems, Inc. Techniques for reducing the cost of dynamic class initialization checks in compiled code
US6684332B1 (en) 1998-06-10 2004-01-27 International Business Machines Corporation Method and system for the exchange of digitally signed objects over an insecure network
WO1999066383A2 (en) * 1998-06-15 1999-12-23 Dmw Worldwide, Inc. Method and apparatus for assessing the security of a computer system
US6131165A (en) * 1998-06-18 2000-10-10 Sun Microsystems, Inc. Permit for controlling access to services in protected memory systems
US6792606B2 (en) 1998-07-17 2004-09-14 International Business Machines Corporation Method and apparatus for object persistence
US6223287B1 (en) 1998-07-24 2001-04-24 International Business Machines Corporation Method for establishing a secured communication channel over the internet
US6735696B1 (en) * 1998-08-14 2004-05-11 Intel Corporation Digital content protection using a secure booting method and apparatus
US6202201B1 (en) 1998-09-23 2001-03-13 Netcreate Systems, Inc. Text object compilation method and system
US6154842A (en) * 1998-10-13 2000-11-28 Motorola, Inc. Method and system for reducing time and power requirements for executing computer-readable instruction streams in an execution environment having run-time security constraints
US6802006B1 (en) * 1999-01-15 2004-10-05 Macrovision Corporation System and method of verifying the authenticity of dynamically connectable executable images
US6880155B2 (en) 1999-02-02 2005-04-12 Sun Microsystems, Inc. Token-based linking
EP1166567B1 (en) * 1999-03-31 2007-10-17 Telefonaktiebolaget LM Ericsson (publ) Distribution of service execution environments with respect to a centralized service supplier environment
AU4071500A (en) * 1999-04-05 2000-10-23 Manage Com Management agent and system including the same
US6748580B1 (en) 1999-04-22 2004-06-08 International Business Machines Corporation Method and apparatus for creating software tools using a JTML interface
US6782478B1 (en) 1999-04-28 2004-08-24 Thomas Probert Techniques for encoding information in computer code
US7421586B2 (en) * 1999-05-12 2008-09-02 Fraunhofer Gesselschaft Protecting mobile code against malicious hosts
AU4674300A (en) * 1999-05-25 2000-12-12 Motorola, Inc. Pre-verification of applications in mobile computing
US6658567B1 (en) 1999-06-25 2003-12-02 Geomechanics International, Inc. Method and logic for locking geological data and an analyzer program that analyzes the geological data
US6681329B1 (en) * 1999-06-25 2004-01-20 International Business Machines Corporation Integrity checking of a relocated executable module loaded within memory
US7650504B2 (en) * 1999-07-22 2010-01-19 Macrovision Corporation System and method of verifying the authenticity of dynamically connectable executable images
US7243236B1 (en) * 1999-07-29 2007-07-10 Intertrust Technologies Corp. Systems and methods for using cryptography to protect secure and insecure computing environments
US6950867B1 (en) 1999-07-30 2005-09-27 Intertrust Technologies Corp. System and method for managing transaction record delivery using an acknowledgement-monitoring process and a failure-recovery process with modifying the predefined fault condition
US6675298B1 (en) * 1999-08-18 2004-01-06 Sun Microsystems, Inc. Execution of instructions using op code lengths longer than standard op code lengths to encode data
US7406603B1 (en) 1999-08-31 2008-07-29 Intertrust Technologies Corp. Data protection systems and methods
US7353541B1 (en) * 1999-09-07 2008-04-01 Sony Corporation Systems and methods for content distribution using one or more distribution keys
US6985885B1 (en) * 1999-09-21 2006-01-10 Intertrust Technologies Corp. Systems and methods for pricing and selling digital goods
US6684387B1 (en) 1999-09-23 2004-01-27 International Business Machines Corporation Method and apparatus for verifying Enterprise Java Beans
US6748538B1 (en) * 1999-11-03 2004-06-08 Intel Corporation Integrity scanner
US7158993B1 (en) 1999-11-12 2007-01-02 Sun Microsystems, Inc. API representation enabling submerged hierarchy
US6976258B1 (en) 1999-11-30 2005-12-13 Ensim Corporation Providing quality of service guarantees to virtual hosts
FI111567B (fi) * 1999-12-27 2003-08-15 Nokia Corp Menetelmä ohjelmamoduulin lataamiseksi
JP2001195247A (ja) * 2000-01-07 2001-07-19 Nec Corp ソフトウェアの安全性を検証し保証するシステム及び方法
US6529985B1 (en) 2000-02-04 2003-03-04 Ensim Corporation Selective interception of system calls
US6711607B1 (en) 2000-02-04 2004-03-23 Ensim Corporation Dynamic scheduling of task streams in a multiple-resource system to ensure task stream quality of service
US6560613B1 (en) 2000-02-08 2003-05-06 Ensim Corporation Disambiguating file descriptors
US6754716B1 (en) 2000-02-11 2004-06-22 Ensim Corporation Restricting communication between network devices on a common network
US7343421B1 (en) 2000-02-14 2008-03-11 Digital Asset Enterprises Llc Restricting communication of selected processes to a set of specific network addresses
US6745386B1 (en) * 2000-03-09 2004-06-01 Sun Microsystems, Inc. System and method for preloading classes in a data processing device that does not have a virtual memory manager
US6948003B1 (en) 2000-03-15 2005-09-20 Ensim Corporation Enabling a service provider to provide intranet services
US6651186B1 (en) 2000-04-28 2003-11-18 Sun Microsystems, Inc. Remote incremental program verification using API definitions
US6883163B1 (en) 2000-04-28 2005-04-19 Sun Microsystems, Inc. Populating resource-constrained devices with content verified using API definitions
US6986132B1 (en) 2000-04-28 2006-01-10 Sun Microsytems, Inc. Remote incremental program binary compatibility verification using API definitions
US8082491B1 (en) 2000-05-09 2011-12-20 Oracle America, Inc. Dynamic displays in a distributed computing environment
US6862594B1 (en) 2000-05-09 2005-03-01 Sun Microsystems, Inc. Method and apparatus to discover services using flexible search criteria
US6985937B1 (en) 2000-05-11 2006-01-10 Ensim Corporation Dynamically modifying the resources of a virtual server
US6907421B1 (en) 2000-05-16 2005-06-14 Ensim Corporation Regulating file access rates according to file type
US6934755B1 (en) 2000-06-02 2005-08-23 Sun Microsystems, Inc. System and method for migrating processes on a network
US6922782B1 (en) * 2000-06-15 2005-07-26 International Business Machines Corporation Apparatus and method for ensuring data integrity of unauthenticated code
US7117371B1 (en) 2000-06-28 2006-10-03 Microsoft Corporation Shared names
US7124408B1 (en) * 2000-06-28 2006-10-17 Microsoft Corporation Binding by hash
US7143024B1 (en) 2000-07-07 2006-11-28 Ensim Corporation Associating identifiers with virtual processes
AU2000263715B2 (en) 2000-07-25 2004-11-04 Rovi Solutions Corporation System and method of verifying the authenticity of dynamically connectable executable images
EP1323089A4 (en) * 2000-08-04 2006-04-19 First Data Corp ENTITY AUTHENTICATION IN ELECTRONIC COMMUNICATION BY PROVIDING THE VERIFICATION STATUS OF A DEVICE
US7552333B2 (en) * 2000-08-04 2009-06-23 First Data Corporation Trusted authentication digital signature (tads) system
US6909691B1 (en) 2000-08-07 2005-06-21 Ensim Corporation Fairly partitioning resources while limiting the maximum fair share
US7032114B1 (en) * 2000-08-30 2006-04-18 Symantec Corporation System and method for using signatures to detect computer intrusions
WO2002023331A2 (en) * 2000-09-14 2002-03-21 Sun Microsystems, Inc. Remote incremental program binary compatibility verification using api definitions
US6981245B1 (en) 2000-09-14 2005-12-27 Sun Microsystems, Inc. Populating binary compatible resource-constrained devices with content verified using API definitions
US6732211B1 (en) 2000-09-18 2004-05-04 Ensim Corporation Intercepting I/O multiplexing operations involving cross-domain file descriptor sets
US6964039B2 (en) * 2000-12-13 2005-11-08 Esmertec Ag Method to create optimized machine code through combined verification and translation of JAVA™ bytecode
US7219354B1 (en) 2000-12-22 2007-05-15 Ensim Corporation Virtualizing super-user privileges for multiple virtual processes
FR2819602B1 (fr) * 2001-01-12 2003-02-21 Gemplus Card Int Procede de gestion d'applications informatiques par le systeme d'exploitation d'un systeme informatique multi-applications
EP1233333A1 (en) * 2001-02-19 2002-08-21 Hewlett-Packard Company Process for executing a downloadable service receiving restrictive access rights to al least one profile file
US6618736B1 (en) 2001-03-09 2003-09-09 Ensim Corporation Template-based creation and archival of file systems
US7181017B1 (en) 2001-03-23 2007-02-20 David Felsher System and method for secure three-party communications
US6978451B2 (en) * 2001-05-31 2005-12-20 Esmertec Ag Method for fast compilation of preverified JAVA bytecode to high quality native machine code
DE10131395B4 (de) * 2001-06-28 2006-08-17 Daimlerchrysler Ag Verfahren zum Übertragen von Software- Modulen
US7237121B2 (en) * 2001-09-17 2007-06-26 Texas Instruments Incorporated Secure bootloader for securing digital devices
GB0121064D0 (en) 2001-08-31 2001-10-24 Transitive Technologies Ltd Obtaining translation of generic code representation
US7660887B2 (en) 2001-09-07 2010-02-09 Sun Microsystems, Inc. Systems and methods for providing dynamic quality of service for a distributed system
US7756969B1 (en) 2001-09-07 2010-07-13 Oracle America, Inc. Dynamic provisioning of identification services in a distributed system
US20030050981A1 (en) * 2001-09-13 2003-03-13 International Business Machines Corporation Method, apparatus, and program to forward and verify multiple digital signatures in electronic mail
US7143313B2 (en) 2001-11-09 2006-11-28 Sun Microsystems, Inc. Support interface module bug submitter
US7266731B2 (en) 2001-11-13 2007-09-04 Sun Microsystems, Inc. Method and apparatus for managing remote software code update
US7146500B2 (en) * 2001-11-14 2006-12-05 Compass Technology Management, Inc. System for obtaining signatures on a single authoritative copy of an electronic record
US7496757B2 (en) * 2002-01-14 2009-02-24 International Business Machines Corporation Software verification system, method and computer program element
US7240213B1 (en) * 2002-03-15 2007-07-03 Waters Edge Consulting, Llc. System trustworthiness tool and methodology
US20030188180A1 (en) * 2002-03-28 2003-10-02 Overney Gregor T. Secure file verification station for ensuring data integrity
US20030216927A1 (en) * 2002-05-17 2003-11-20 V. Sridhar System and method for automated safe reprogramming of software radios
US20070118899A1 (en) * 2002-05-17 2007-05-24 Satyam Computer Services Limited Of Mayfair Centre System and method for automated safe reprogramming of software radios
EP1546892B1 (en) * 2002-09-04 2017-03-29 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Protecting mobile code against malicious hosts cross references to related applications
US9818136B1 (en) 2003-02-05 2017-11-14 Steven M. Hoffberg System and method for determining contingent relevance
US6965968B1 (en) 2003-02-27 2005-11-15 Finjan Software Ltd. Policy-based caching
US10275723B2 (en) * 2005-09-14 2019-04-30 Oracle International Corporation Policy enforcement via attestations
US9781154B1 (en) 2003-04-01 2017-10-03 Oracle International Corporation Systems and methods for supporting information security and sub-system operational protocol conformance
US10063523B2 (en) * 2005-09-14 2018-08-28 Oracle International Corporation Crafted identities
US8468330B1 (en) 2003-06-30 2013-06-18 Oracle International Corporation Methods, systems, and data structures for loading and authenticating a module
GB0318198D0 (en) * 2003-08-02 2003-09-03 Koninkl Philips Electronics Nv Copy-protected application for digital broadcasting system
GB0318197D0 (en) * 2003-08-02 2003-09-03 Koninkl Philips Electronics Nv Copy-protecting applications in a digital broadcasting system
US7263690B1 (en) * 2003-11-14 2007-08-28 Sun Microsystems, Inc. Mechanism for safe byte code in a tracing framework
US7516331B2 (en) * 2003-11-26 2009-04-07 International Business Machines Corporation Tamper-resistant trusted java virtual machine and method of using the same
EP1538509A1 (fr) * 2003-12-04 2005-06-08 Axalto S.A. Procédé de sécurisation de l'éxécution d'un programme contre des attaques par rayonnement
US7287243B2 (en) * 2004-01-06 2007-10-23 Hewlett-Packard Development Company, L.P. Code verification system and method
US8031865B2 (en) * 2004-01-08 2011-10-04 Encryption Solutions, Inc. Multiple level security system and method for encrypting data within documents
US7526643B2 (en) * 2004-01-08 2009-04-28 Encryption Solutions, Inc. System for transmitting encrypted data
US7752453B2 (en) 2004-01-08 2010-07-06 Encryption Solutions, Inc. Method of encrypting and transmitting data and system for transmitting encrypted data
US7792874B1 (en) 2004-01-30 2010-09-07 Oracle America, Inc. Dynamic provisioning for filtering and consolidating events
US7500108B2 (en) 2004-03-01 2009-03-03 Microsoft Corporation Metered execution of code
US7539975B2 (en) * 2004-06-30 2009-05-26 International Business Machines Corporation Method, system and product for determining standard Java objects
US7493596B2 (en) * 2004-06-30 2009-02-17 International Business Machines Corporation Method, system and program product for determining java software code plagiarism and infringement
US7647581B2 (en) * 2004-06-30 2010-01-12 International Business Machines Corporation Evaluating java objects across different virtual machine vendors
US7590589B2 (en) 2004-09-10 2009-09-15 Hoffberg Steven M Game theoretic prioritization scheme for mobile ad hoc networks permitting hierarchal deference
US8312431B1 (en) * 2004-09-17 2012-11-13 Oracle America, Inc. System and computer readable medium for verifying access to signed ELF objects
CN101065716A (zh) 2004-11-22 2007-10-31 诺基亚公司 用于验证电子设备的平台软件的完整性的方法和设备
JP4727278B2 (ja) * 2005-04-05 2011-07-20 株式会社エヌ・ティ・ティ・ドコモ アプリケーションプログラム検証システム、アプリケーションプログラム検証方法およびコンピュータプログラム
US8375369B2 (en) * 2005-04-26 2013-02-12 Apple Inc. Run-time code injection to perform checks
US8838974B2 (en) * 2005-07-15 2014-09-16 The Mathworks, Inc. System and method for verifying the integrity of read-only components in deployed mixed-mode applications
US8984636B2 (en) 2005-07-29 2015-03-17 Bit9, Inc. Content extractor and analysis system
US8272058B2 (en) 2005-07-29 2012-09-18 Bit 9, Inc. Centralized timed analysis in a network security system
US7895651B2 (en) 2005-07-29 2011-02-22 Bit 9, Inc. Content tracking in a network security system
US8874477B2 (en) 2005-10-04 2014-10-28 Steven Mark Hoffberg Multifactorial optimization system and method
JP4537940B2 (ja) * 2005-11-21 2010-09-08 株式会社ソニー・コンピュータエンタテインメント 情報処理装置、及びプログラム実行制御方法
US8250559B2 (en) * 2006-04-12 2012-08-21 Oracle America, Inc. Supporting per-program classpaths with class sharing in a multi-tasking virtual machine
CN101226569A (zh) * 2007-01-19 2008-07-23 国际商业机器公司 在虚拟机中验证代码模块的方法及装置
US9122864B2 (en) * 2008-08-05 2015-09-01 International Business Machines Corporation Method and apparatus for transitive program verification
US8301903B2 (en) * 2009-02-27 2012-10-30 Research In Motion Limited Low-level code signing mechanism
US8677329B2 (en) * 2009-06-03 2014-03-18 Apple Inc. Methods and apparatuses for a compiler server
US9117071B2 (en) * 2009-06-03 2015-08-25 Apple Inc. Methods and apparatuses for secure compilation
JP5689472B2 (ja) 2009-11-13 2015-03-25 イルデト カナダ コーポレーション 悪意ある実行環境内での静的および動的攻撃からJavaバイトコードを保護するシステムおよび方法
US8782434B1 (en) 2010-07-15 2014-07-15 The Research Foundation For The State University Of New York System and method for validating program execution at run-time
US8904189B1 (en) * 2010-07-15 2014-12-02 The Research Foundation For The State University Of New York System and method for validating program execution at run-time using control flow signatures
WO2013059368A1 (en) 2011-10-17 2013-04-25 Intertrust Technologies Corporation Systems and methods for protecting and governing genomic and other information
US9015680B1 (en) * 2012-02-24 2015-04-21 Google Inc. Differential analysis of translation of software for the detection of flaws
US9063721B2 (en) 2012-09-14 2015-06-23 The Research Foundation For The State University Of New York Continuous run-time validation of program execution: a practical approach
US10001978B2 (en) * 2015-11-11 2018-06-19 Oracle International Corporation Type inference optimization
KR101691600B1 (ko) * 2016-04-28 2017-01-02 지티원 주식회사 공통 구조 변환 기반 프로그램 분석 방법 및 장치
CN112866412B (zh) * 2020-08-31 2023-06-30 支付宝(杭州)信息技术有限公司 一种部署智能合约的方法、区块链节点和存储介质
US20230169215A1 (en) * 2021-12-01 2023-06-01 International Business Machines Corporation Secure software compilation and software verification
US11809839B2 (en) 2022-01-18 2023-11-07 Robert Lyden Computer language and code for application development and electronic and optical communication

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5224160A (en) * 1987-02-23 1993-06-29 Siemens Nixdorf Informationssysteme Ag Process for securing and for checking the integrity of the secured programs
US4868877A (en) * 1988-02-12 1989-09-19 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
GB8901932D0 (en) * 1989-01-28 1989-03-15 Int Computers Ltd Data processing system
US4926476A (en) * 1989-02-03 1990-05-15 Motorola, Inc. Method and apparatus for secure execution of untrusted software
US5280613A (en) * 1990-06-25 1994-01-18 Hewlett-Packard Company ANDF installer using the HPcode-Plus compiler intermediate language
US5504814A (en) * 1991-07-10 1996-04-02 Hughes Aircraft Company Efficient security kernel for the 80960 extended architecture
US5301231A (en) * 1992-02-12 1994-04-05 International Business Machines Corporation User defined function facility
US5421006A (en) * 1992-05-07 1995-05-30 Compaq Computer Corp. Method and apparatus for assessing integrity of computer system software
FR2703800B1 (fr) * 1993-04-06 1995-05-24 Bull Cp8 Procédé de signature d'un fichier informatique, et dispositif pour la mise en Óoeuvre.
US5475753A (en) * 1993-11-12 1995-12-12 Matsushita Electric Corporation Of America Apparatus and method for certifying the delivery of information
US5559884A (en) * 1994-06-30 1996-09-24 Microsoft Corporation Method and system for generating and auditing a signature for a computer program
US5692047A (en) * 1995-12-08 1997-11-25 Sun Microsystems, Inc. System and method for executing verifiable programs with facility for using non-verifiable programs from trusted sources

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100728517B1 (ko) * 2006-12-28 2007-06-15 메크로비젼 코오포레이션 동적으로 연결 가능한 실행 가능 이미지들의 진정성을증명하는 시스템 및 방법

Also Published As

Publication number Publication date
KR100433319B1 (ko) 2004-08-09
EP0778520A2 (en) 1997-06-11
JPH1011281A (ja) 1998-01-16
DE69634684T2 (de) 2006-01-19
AU7185696A (en) 1997-06-12
EP0778520A3 (en) 1999-03-31
AU717615B2 (en) 2000-03-30
TW355768B (en) 1999-04-11
HK1000846A1 (en) 2003-04-11
CN1156286A (zh) 1997-08-06
DE69634684D1 (de) 2005-06-09
US5692047A (en) 1997-11-25
CA2190556A1 (en) 1997-06-09
EP0778520B1 (en) 2005-05-04
SG75108A1 (en) 2000-09-19
JP4112033B2 (ja) 2008-07-02
CN1097771C (zh) 2003-01-01
US6070239A (en) 2000-05-30

Similar Documents

Publication Publication Date Title
KR970049730A (ko) 신뢰된 소오스로부터의 검사 불가능한 프로그램을 사용하는 장치로 검사 가능한 프로그램을 실행하기 위한 시스템 및 방법
US9767271B2 (en) System and method for validating program execution at run-time
US9762399B2 (en) System and method for validating program execution at run-time using control flow signatures
KR100420569B1 (ko) 아키텍처중간프로그램의신뢰성있는컴파일아키텍처특정버전을발생시키기위한시스템및방법
US7254586B2 (en) Secure and opaque type library providing secure data protection of variables
EP2420949B1 (en) Information processing system, information processing method, information processing program, computer readable medium and computer data signal
US20190114401A1 (en) On device structure layout randomization for binary code to enhance security through increased entropy
US9846789B2 (en) Protecting application programs from malicious software or malware
US7739516B2 (en) Import address table verification
US8522015B2 (en) Authentication of binaries in memory with proxy code execution
CN107430650B (zh) 保护计算机程序以抵御逆向工程
JP2013511077A (ja) 悪意ある実行環境内での静的および動的攻撃からJavaバイトコードを保護するシステムおよび方法
US20040151319A1 (en) Method and apparatus for managing a hierarchy of nodes
KR20030082485A (ko) 대칭 키 암호화에 기초한 데이터의 저장 및 검색
Liu et al. Practical and efficient in-enclave verification of privacy compliance
KR101203722B1 (ko) 데이터 보호장치 및 그 방법
Tanner et al. Protecting android APPS from repackaging using native code
Mogage et al. Supply chain malware targets SGX: Take care of what you sign
Ormandy Sophail: Applied attacks against sophos antivirus
WO2022176164A1 (ja) プログラム処理装置、プログラム処理方法、及び、プログラム
Togan et al. Virtual machine for encrypted code execution
Cryptographic FIPS 140-2 Security Policy for INTEGRITY Security Services High Assurance Embedded Cryptographic Toolkit Module Version 1.0. 5
Valdez Protecting executable software
CryptoCore Security Policy
OpenSSL OpenSSL FIPS 140-2 Security Policy

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20080508

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee