JPH0259952A - Protection system for access right information - Google Patents

Protection system for access right information

Info

Publication number
JPH0259952A
JPH0259952A JP63211946A JP21194688A JPH0259952A JP H0259952 A JPH0259952 A JP H0259952A JP 63211946 A JP63211946 A JP 63211946A JP 21194688 A JP21194688 A JP 21194688A JP H0259952 A JPH0259952 A JP H0259952A
Authority
JP
Japan
Prior art keywords
access right
right information
procedure description
file
user
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP63211946A
Other languages
Japanese (ja)
Inventor
Toshiaki Hashimoto
敏昭 橋本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP63211946A priority Critical patent/JPH0259952A/en
Publication of JPH0259952A publication Critical patent/JPH0259952A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

PURPOSE:To remove danger leaking access right information from output contents by outputting the access right information by a format substituting prescribed characters such as spaces for the information at the time of outputting the contents of procedure description stored in a file from an output device. CONSTITUTION:At the time of storing the procedure description including access right information applied from a user in a file 3, a syntax analyzing means 2 detects the access right information included in the procedure description and adds a control character indicating its existing position. At the time of outputting the procedure description stored in the file 3 from the output device 4, a protection means 6 detects whether the control character exists in the outputted procedure description or not, and at the time of existence, substitutes the prescribed character for the access right information existing in the position indicated by the control character to disable the information to be identified. Consequently, the access right information can be prevented from being known by a third person at the time of outputting the procedure description.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はコンピュータシステムにおけるアクセス権情報
の保護方式に関し、特に利用者名やパスワード等のアク
セス権情報を含む手続き記述を格納したファイルの内容
を出力装置から出力する際、上記のアクセス権情報が第
三者に知得されないように保護するアクセス権情報の保
護方式に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a method for protecting access right information in a computer system, and in particular to a method for protecting access right information in a computer system. The present invention relates to a protection method for access right information that protects the access right information from being learned by a third party when outputting from an output device.

〔従来の技術〕[Conventional technology]

コンピュータシステムの機密保護方式としては従来より
各種の方式が提案ないし実用化されているが、その中の
一つとして、利用者が宣言したアクセス権情報とシステ
ム内部で管理している対応するアクセス権情報とを比較
し、一致することによりコンピュータシステム自体の利
用や個々のファイルの利用を許可し、不一致の場合には
それらの利用を拒否する方式がある。この方式は具体的
には、次のように構成される。
Various methods have been proposed or put into practice as security protection methods for computer systems, but one of them is the access right information declared by the user and the corresponding access rights managed within the system. There is a method in which the information is compared, and if they match, the use of the computer system itself or individual files is permitted, and if they do not match, the use is denied. Specifically, this method is configured as follows.

−Cに、コンピュータシステムの利用者は、パンチジョ
ブではジョブ制御言語を使用して、またTSS等の会話
処理ではコマンド言語を使用して、コンピュータシステ
ムに実行させるべき仕事を指示する手続き記述を作成し
、これをシステムに投入することにより、所望の仕事を
コンピュータシステムに依願している。このとき、ジョ
ブ制御言語あるいはコマンド言語で記述された手続き記
述中のジョブ宣言文等において利用者名およびパスワー
ドから構成されるアクセス権情報を利用者に宣言させ、
それらとシステム内部で管理している対応するアクセス
権情報とを比較することにより、その利用者が当該コン
ピュータシステムを利用し得る者であるか否かを決定す
るものである。また、ファイル単位の機密保護は、上記
の手続き記述中のファイル宣言文等においてパスワード
から構成されるアクセス権情報を宣言させ、これを内部
の対応するアクセス権情報と比較することにより、その
利用者が当該ファイルを利用し得る者であるか否かを決
定するものである。
-C, computer system users create procedural descriptions that instruct the computer system to perform tasks, using a job control language for punch jobs and a command language for conversation processing such as TSS. By inputting this into the system, the computer system is asked to perform the desired work. At this time, the user declares access right information consisting of a user name and password in a job declaration statement in a procedure description written in a job control language or command language,
By comparing these with the corresponding access right information managed within the system, it is determined whether the user is authorized to use the computer system. In addition, file-based security protection is achieved by declaring access rights information consisting of a password in the file declaration statement in the above procedure description, and comparing this with the corresponding internal access rights information. This is to determine whether or not a person can use the file.

上述したアクセス権情報を使用する機密保護方式は、充
分に実用に耐え得る方式であるが、その欠点は、アクセ
ス権情報が第三者に知得された場合、簡単に不正な利用
を許してしまうことである。
The above-mentioned security protection method that uses access right information is a method that can withstand practical use, but its drawback is that if the access right information is learned by a third party, it can easily be used illegally. It is to put it away.

従って、アクセス権情報は第三者の目に触れないように
管理されることが望まれる。
Therefore, it is desirable that access right information be managed so as not to be seen by third parties.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

ところで、コンピュータシステムを一層便利なものとす
る為に、利用者から与えられた上記の手続き記述をファ
イルに格納しておき、後に利用者から要求があったとき
にそのファイルに格納された手続き記述を利用者に出力
する機能を設けたコンピュータシステムがある。このよ
うな機能によって、利用者は、手続き記述の再利用が可
能となり、デバッグによって見つけた誤りの修正等を元
の手続き記述を利用して実施すること等が可能となる。
By the way, in order to make the computer system even more convenient, the above procedure description given by the user is stored in a file, and later when the user requests it, the procedure description stored in that file can be retrieved. There is a computer system that has a function to output the information to the user. Such functions enable the user to reuse procedural descriptions, and to correct errors found through debugging using the original procedural description.

ところが、このようなファイル出力機能を持つコンピュ
ータシステムが、同時に上述したアクセス権情報による
機密保護方式を採用している場合、ファイル出力機能を
有しているが為に、アクセス権情報の秘匿が難しくなる
。即ち、ファイルに格納された手続き記述中に設定され
た利用者名やパスワード等のアクセス権情報は、ファイ
ルl[能から見た場合、単なる出力データとしか見えな
いので、従来は、そのままの形式で出力されており、第
三者の目に容易に触れる結果となる。
However, if a computer system with such a file output function also employs the above-mentioned security protection method based on access right information, it is difficult to keep the access right information confidential because it has the file output function. Become. In other words, access rights information such as user name and password set in the procedure description stored in the file is stored in the file l The results are easily visible to third parties.

本発明はこのような事情に鑑みて為されたものであり、
その目的は、ファイルに格納される手続き記述中にアク
セス権情報が存在する場合、その手続き記述の出力時、
そのアクセス権情報が第三者に知得されないように保護
するアクセス権情報の保護方式を提供することにある。
The present invention has been made in view of these circumstances,
The purpose of this is that if access right information exists in a procedure description stored in a file, when that procedure description is output,
An object of the present invention is to provide a protection method for access right information that protects the access right information from being known by a third party.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のアクセス権情報の保護方式は、上記の目的を達
成するために、利用者から与えられたアクセス権情報と
システム内部で管理している対応するアクセス権情報と
の比較による機密保護機能と、前記利用者から与えられ
た前記アクセス権情報を含む手続き記述をファイルに格
納し前記利用者からの要求により前記ファイルに格納さ
れた前記手続き記述を出力装置から出力する機能とを備
えたコンピュータシステムにおいて、前記利用者から与
えられた前記アクセス権情報を含む手続き記述を前記フ
ァイルに格納する際、前記手続き記述中に含まれるアク
セス権情報を検出し、この検出したアクセス権情報の所
在場所を示す制御文字を付加する構文解析手段と、前記
ファイルに格納された前記手続き記述を前記出力装置か
ら出力する際、前記制御文字の有無を検出し、この検出
した制御文字で指示される場所に存在する前記アクセス
権情報を所定の文字に置換する保護手段とを備えている
In order to achieve the above objectives, the access right information protection method of the present invention provides a security protection function by comparing the access right information given by the user with the corresponding access right information managed within the system. , a computer system having a function of storing a procedural description including the access right information given by the user in a file, and outputting the procedural description stored in the file from an output device at a request from the user. When storing a procedure description including the access right information given by the user in the file, detecting the access right information included in the procedure description and indicating the location of the detected access right information. a syntax analysis means for adding a control character; and a syntax analysis means for detecting the presence or absence of the control character when outputting the procedure description stored in the file from the output device, and detecting the presence or absence of the control character, and detecting the existence of the control character at a location indicated by the detected control character. and protection means for replacing the access right information with predetermined characters.

〔作用〕 本発明のアクセス権情報の保護方式においては、利用者
から与えられたアクセス権情報を含む手続き記述をファ
イルに格納する際、構文解析手段が、その手続き記述中
に含まれるアクセス権情報を検出してその所在場所を示
す制御文字を付加し、ファイルに格納された手続き記述
を出力装置から出力する際、保護手段が、出力する手続
き記述中に制御文字が存在するか否かを検出し、存在す
ればその制御文字で指示される場所に存在するアクセス
権情報を所定の文字に置換して識別不能にする。
[Operation] In the access right information protection method of the present invention, when storing a procedure description including access right information given by a user in a file, the parsing means extracts the access right information included in the procedure description. Detects and adds a control character indicating its location, and when outputting a procedure description stored in a file from an output device, the protection means detects whether or not the control character exists in the procedure description to be output. However, if the access right information exists at the location indicated by the control character, it is replaced with a predetermined character to make it unidentifiable.

[実施例] 次に、本発明の実施例について図面を参照して詳細に説
明する。
[Example] Next, an example of the present invention will be described in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例のコンピュータ
システムは、ジョブ制御言語・会話処理コマンド言語作
成手段(以下、作成手段と略す)1、構文解析手段2.
格納ファイル3.出力ドライハ4.保護機構6.当該コ
ンピュータシステム内に設置されたプリンタ7および回
線を介して遠隔地に設置された端末装置8とを含んでい
る。また、出力ドライバ4は保護機構呼び出し手段5を
有し、保護機構6はアクセス権情報検出手段61および
文字1 tA手段6−2を有している。
Referring to FIG. 1, a computer system according to an embodiment of the present invention includes a job control language/conversation processing command language creation means (hereinafter abbreviated as creation means) 1, a syntax analysis means 2.
Storage file 3. Output dryer 4. Protection mechanism 6. It includes a printer 7 installed within the computer system and a terminal device 8 installed at a remote location via a line. Further, the output driver 4 has a protection mechanism calling means 5, and the protection mechanism 6 has an access right information detection means 61 and a character 1tA means 6-2.

コンピュータシステムの利用者は、パッチジョブではジ
ョブ制御言語、会話処理ではコマンドを手続きとして記
述するコマンド言語によって、それぞれ実行すべき仕事
をコンピュータに指示する。
A user of a computer system instructs a computer to perform a job using a job control language for patch jobs and a command language that describes commands as procedures for conversation processing.

これらの言語で記述する手続き記述の作成を支援するの
が、作成手段1であり、これは具体的にはエディタ、ラ
イブラリ管理プログラム等で実現される。この作成手段
lは、利用者の指示によって、作成済みの手続き記述を
利用者ファイルである格納ファイル3に格納するときに
は、構文解析手段2を呼び出す。
The creation means 1 supports the creation of procedural descriptions written in these languages, and this is specifically realized by an editor, library management program, etc. The creation means 1 calls the syntax analysis means 2 when storing the created procedure description in the storage file 3, which is a user file, according to a user's instruction.

構文解析手段2は、ジョブ制御言語あるいはコマンド言
語で記述された手続き記述を構文解析してその言語のス
テートメント内に記述されている利用者名やパスワード
等のアクセス権情報を検出する処理、この検出したアク
セス権情報を構成する文字列の萌後に所定の制御文字を
付加してアクセス権情報を他の情報と区分する処理、こ
のように加工した手続き記述を格納ファイル3に格納す
る処理等を行う手段である。ここで、アクセス権情報に
制御文字を付加するのは、保護機構6においてアクセス
権情報の検出を可能ならしめる為である。
The syntax analysis means 2 performs a process of parsing a procedure description written in a job control language or a command language to detect access right information such as a user name and password written in a statement in that language. Processing to separate the access right information from other information by adding a predetermined control character after the character string constituting the access right information, and processing to store the procedure description processed in this way in the storage file 3 are performed. It is a means. Here, the reason why control characters are added to the access right information is to enable the protection mechanism 6 to detect the access right information.

出力ドライバ4は、利用者からの要求によって、格納フ
ァイル3に格納された内容を、システム内のプリンタ7
で用紙に印刷し、あるいは端末装置8の表示装置に表示
する手段である。一般に、格納ファイル3には手続き記
述を構成する文字データに加えて、図形データやイメー
ジデータなどマルチメディア対応の各種のデータも格納
されており、アクセス権情報を含む手続き記述以外のデ
ータは保護機構6による非表示の為の処理を行う必要が
ない。そこで、出力ドライバ4は、利用者から出力を要
求されると、その要求された内容を格納ファイル3から
読み出して保護機構呼び出し手段5に加え、アクセス権
情報の非表示処理を行うべきファイル内容か否かを識別
させる。保護機構呼び出し手段5は、例えばファイル内
レコード制御語を解読することにより、今回のファイル
内容が手続き記述にかかる文字データか否かを判別し、
手続き記述にかかる文字データの場合にはそのファイル
内容を保護機構6に渡してこれを起動する。
The output driver 4 outputs the contents stored in the storage file 3 to the printer 7 in the system in response to a request from the user.
This is means for printing on paper or displaying on the display device of the terminal device 8. Generally, in addition to the character data that constitutes the procedure description, the storage file 3 also stores various data compatible with multimedia, such as graphic data and image data, and data other than the procedure description, including access rights information, is protected by a protection mechanism. There is no need to perform the process for hiding according to 6. Therefore, when output is requested by the user, the output driver 4 reads the requested content from the storage file 3, adds it to the protection mechanism calling means 5, and determines the content of the file for which access right information should be hidden. Let them identify whether or not. The protection mechanism calling means 5 determines whether the current file content is character data related to a procedure description by, for example, decoding the record control word in the file.
In the case of character data related to a procedure description, the file contents are passed to the protection mechanism 6 and activated.

そして、保護機構6から処理済みの手続き記述が返され
ると、これを指定されたプリンタ7或いは端末装置8に
出力する。なお、手続き記述以外のデータの場合は保3
i機構6を介することなく、従来と同様に、出力ドライ
バ4はそのデータを指定されたプリンタ7あるいは端末
装置8に出力する。
When the processed procedure description is returned from the protection mechanism 6, it is output to the designated printer 7 or terminal device 8. In addition, in the case of data other than procedure descriptions,
The output driver 4 outputs the data to the designated printer 7 or terminal device 8 without going through the i mechanism 6, as in the conventional case.

保護機構6は、保護機構呼び出し手段5から渡された手
続き記述を解析することにより制御文字の有無を検出し
、検出した制御文字で指示される場所に存在するアクセ
ス権情報を所定の文字に置換した手続き記述を、要求元
である出力ドライバ4に返す手段である。このために、
保i機構6は、保gIl構呼び出し手段5より渡された
データ中より構文解析手段2が付加した制御文字を識別
することによりアクセス権情報の存在を検出するアクセ
ス権情報検出手段6−1と、アクセス権情報検出手段6
−1で検出された制御文字とアクセス権情報を構成する
文字との並びに対し、先ず制御文字を削除し、次いでア
クセス権情報部分を空白文字などの所定の文字に置換す
る文字置換手段62とを備えている。
The protection mechanism 6 detects the presence or absence of a control character by analyzing the procedure description passed from the protection mechanism calling means 5, and replaces the access right information present in the location indicated by the detected control character with a predetermined character. This is a means for returning the procedure description to the output driver 4, which is the request source. For this,
The security mechanism 6 includes an access right information detection means 6-1 which detects the existence of access right information by identifying control characters added by the syntax analysis means 2 in the data passed from the security structure calling means 5. , access right information detection means 6
A character replacement means 62 that first deletes the control characters detected in step -1 and the characters constituting the access right information, and then replaces the access right information part with a predetermined character such as a blank character. We are prepared.

第2図を参照すると、作成手段1で作成された時点の手
続き記述20の一例と、これが構文解析手段2で処理さ
れ格納ファイル3に格納された時点の手続き記述21の
例と、格納ファイル3から読み出された手続き記述21
が出力ドライバ4を介して保護機構6に入力され保護機
構6によって処理された後の時点の手続き記述22の例
とが示されている。同図の手続き記述20に示すように
、作成手段1で作成された手続き記述中には、ファイル
名のf&にカンマを介してrpasswordJなる文
字列から構成されるアクセス権情報(この例ではファイ
ル保護の為のパスワード)が記述されている。この手続
き記述20が構文解析手段2に渡されると、構文解析手
段2によってrpassword」なる文字列がアクセ
ス権情報であることが解析され、手続き記述21に示す
ように、その前後に所定の制御文字列(同図の例では、
※)が付加されて、格納ファイル3に格納される。その
後、利用者が、デバッグによって見付けた誤りの修正を
行うなどの為に、自身のファイルである格納ファイル3
に格納した上記の手続き記述21をプリンタ7から出力
し、あるいは端末装置8に表示することを要求した場合
、出力ドライバ4は手続き記述21を格納ファイル3か
ら読み出す。
Referring to FIG. 2, an example of the procedure description 20 created by the creation means 1, an example of the procedure description 21 when it is processed by the parsing means 2 and stored in the storage file 3, and the storage file 3 Procedure description 21 read from
An example of the procedure description 22 at a time after the data has been input to the protection mechanism 6 via the output driver 4 and processed by the protection mechanism 6 is shown. As shown in the procedure description 20 in the figure, the procedure description created by the creation means 1 includes access right information (in this example, file protection password) is written. When this procedure description 20 is passed to the syntax analysis means 2, the syntax analysis means 2 analyzes the character string "rpassword" as access right information, and as shown in the procedure description 21, predetermined control characters are added before and after it. column (in the example in the same figure,
*) is added and stored in storage file 3. After that, the user uses his/her own file, storage file 3, to correct errors found through debugging.
When the above procedure description 21 stored in the printer 7 is requested to be output from the printer 7 or displayed on the terminal device 8, the output driver 4 reads the procedure description 21 from the storage file 3.

そして、手続き記述にかかる文字データであることを識
別し、保護機構6に手続き記述21を渡すと、保護機構
6では、「※password※」の文字列を、所定の
文字(第2図の例では「*」)からなる文字列r***
*****」に変換した手続き記述22を作成し、出力
ドライバ4に返す。
Then, when it identifies that the character data is related to a procedure description and passes the procedure description 21 to the protection mechanism 6, the protection mechanism 6 converts the character string "*password*" into a predetermined character (the example shown in Figure 2). Then, the character string r*** consisting of "*")
A procedure description 22 converted to ``*****'' is created and returned to the output driver 4.

出力ドライバ4は、これを指定されたプリンタ7あるい
は端末装置8に出力する。
The output driver 4 outputs this to a designated printer 7 or terminal device 8.

(発明の効果) 以上説明したように、本発明のアクセス権情報の保護方
式においては、ファイルに格納された手続き記述中に利
用者名やパスワード等のアクセス権情報が含まれていて
も、その内容を出力装置から出力する際、アクセス権情
報については空白等の所定の文字に置換された形式で出
力されるため、出力内容からアクセス権情報が漏れる危
険性がなくなる。このように、本来保護すべきアクセス
権情報を、ファイルに格納された手続き記述の出力時点
という一見盲点になり易い箇所においても他人の目に触
れないように保護することによって、コンピュータシス
テム自体や利用者ファイル等の機密保護をより一層強固
にすることができる。
(Effects of the Invention) As explained above, in the access right information protection method of the present invention, even if access right information such as user name and password is included in the procedure description stored in the file, When outputting the content from the output device, the access right information is output in a format in which predetermined characters such as blanks are substituted, so there is no risk of the access right information being leaked from the output content. In this way, by protecting the access rights information that should be protected from being seen by others, even at a seemingly blind spot, such as when the procedure description stored in a file is output, it is possible to protect the computer system itself and its usage. The security of personal files, etc. can be further strengthened.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の構成図および、第2図は第
1図の実施例の動作説明図である。 図において、 l・・・ジョブ制御言語・会話処理コマンド言語作成手
段(作成手段) 2・・・構文解析手段 3・・・格納ファイル 4・・・出力ドライバ 5・・・保護機構呼び出し手段 6・・・保護機構 6−1・・・アクセス権情報検出手段 6−2・・・文字置換手段 7・・・プリンタ 8・・・端末装置 20・・・作成手段1で作成された時点の手続き記述
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is an explanatory diagram of the operation of the embodiment of FIG. In the figure, l... Job control language/conversation processing command language creation means (creation means) 2... Syntax analysis means 3... Storage file 4... Output driver 5... Protection mechanism calling means 6. ...Protection mechanism 6-1...Access right information detection means 6-2...Character replacement means 7...Printer 8...Terminal device 20...Procedure description at the time of creation by creation means 1

Claims (1)

【特許請求の範囲】 利用者から与えられたアクセス権情報とシステム内部で
管理している対応するアクセス権情報との比較による機
密保護機能と、前記利用者から与えられた前記アクセス
権情報を含む手続き記述をファイルに格納し前記利用者
からの要求により前記ファイルに格納された前記手続き
記述を出力装置から出力する機能とを備えたコンピュー
タシステムにおいて、前記利用者から与えられた前記ア
クセス権情報を含む手続き記述を前記ファイルに格納す
る際、前記手続き記述中に含まれるアクセス権情報を検
出し、該検出したアクセス権情報の所在場所を示す制御
文字を付加する構文解析手段と、 前記ファイルに格納された前記手続き記述を前記出力装
置から出力する際、前記制御文字の有無を検出し、該検
出した制御文字で指示される場所に存在する前記アクセ
ス権情報を所定の文字に置換する保護手段とを有するこ
とを特徴とするアクセス権情報の保護方式。
[Claims] Includes a security protection function by comparing access right information given by a user with corresponding access right information managed within the system, and the access right information given by the user. In a computer system having a function of storing a procedural description in a file and outputting the procedural description stored in the file from an output device upon a request from the user, the access right information given by the user is a syntax analysis means for detecting access right information included in the procedure description and adding a control character indicating the location of the detected access right information when storing the included procedure description in the file; protection means for detecting the presence or absence of the control character and replacing the access right information existing in a location indicated by the detected control character with a predetermined character when outputting the procedure description written in the output device from the output device; A protection method for access right information, characterized by having the following.
JP63211946A 1988-08-26 1988-08-26 Protection system for access right information Pending JPH0259952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63211946A JPH0259952A (en) 1988-08-26 1988-08-26 Protection system for access right information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63211946A JPH0259952A (en) 1988-08-26 1988-08-26 Protection system for access right information

Publications (1)

Publication Number Publication Date
JPH0259952A true JPH0259952A (en) 1990-02-28

Family

ID=16614315

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63211946A Pending JPH0259952A (en) 1988-08-26 1988-08-26 Protection system for access right information

Country Status (1)

Country Link
JP (1) JPH0259952A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006040277A (en) * 2004-07-22 2006-02-09 Internatl Business Mach Corp <Ibm> Management of access to query by a plurality of users
JP2009169846A (en) * 2008-01-18 2009-07-30 Fujitsu Ltd Command statement construction program, processing method, and processor

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006040277A (en) * 2004-07-22 2006-02-09 Internatl Business Mach Corp <Ibm> Management of access to query by a plurality of users
JP4726563B2 (en) * 2004-07-22 2011-07-20 インターナショナル・ビジネス・マシーンズ・コーポレーション How to manage multi-user access to default queries on data in the database
US9607099B2 (en) 2004-07-22 2017-03-28 International Business Machines Corporation Query conditions-based security
US10108813B2 (en) 2004-07-22 2018-10-23 International Business Machines Corporation Query conditions-based security
JP2009169846A (en) * 2008-01-18 2009-07-30 Fujitsu Ltd Command statement construction program, processing method, and processor

Similar Documents

Publication Publication Date Title
EP0443423B1 (en) Method and apparatus for executing trusted-path commands
JP2996937B2 (en) server
US7937693B2 (en) System and method for obfuscation of reverse compiled computer code
US8458770B2 (en) Application context based access control
US8656461B2 (en) Copy-paste trust system
US5937416A (en) Method for preserving data in an electronic document
US20040243975A1 (en) Method and system for seamless integration of preprocessing and postprocessing functions with an existing application program
KR20100049258A (en) Method and system for protecting abusinng based browser
KR860006731A (en) How to protect data processing system and its system files
CN103544446B (en) The method and apparatus that document is demarcated level of confidentiality
US20050125352A1 (en) Method for lifetime tracking of intellectual property
JP2001218030A (en) Picture processor, picture processing method and storage medium
JPH0259952A (en) Protection system for access right information
GB2323951A (en) Password processing
JP2001273131A (en) Program editing method, single packaging system, program development system, program identity information addition system, editing program, storage medium and program transmitting device
US11100237B2 (en) Identify and protect sensitive text in graphics data
US7958056B2 (en) Content data creating device, control method thereof, program for creating content data, and content data display device
KR20100132930A (en) System and method for preventing collision between different digital documents protection system
JPH10187434A (en) Security keeping system
JP2001512867A (en) Apparatus and method for protecting the output of electronically transmitted and stored documents
CN115617282A (en) Printer security management method, device, equipment and storage medium
JP2933222B2 (en) Document processing device
CN117034353A (en) File storage identification method, system, medium and electronic equipment
CN117009957A (en) Clipboard data safety isolation method based on linux or credit terminal environment
JPH03140277A (en) Information display method and its device