JP2011248561A - Information converting method, program, information converting device and information converting system - Google Patents

Information converting method, program, information converting device and information converting system Download PDF

Info

Publication number
JP2011248561A
JP2011248561A JP2010120162A JP2010120162A JP2011248561A JP 2011248561 A JP2011248561 A JP 2011248561A JP 2010120162 A JP2010120162 A JP 2010120162A JP 2010120162 A JP2010120162 A JP 2010120162A JP 2011248561 A JP2011248561 A JP 2011248561A
Authority
JP
Japan
Prior art keywords
information
character string
conversion
attribute
string
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
JP2010120162A
Other languages
Japanese (ja)
Inventor
Takeshi Watanabe
剛 渡邉
Masafumi Okada
政文 岡田
Keiki Taniguchi
敬樹 谷口
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2010120162A priority Critical patent/JP2011248561A/en
Publication of JP2011248561A publication Critical patent/JP2011248561A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Storage Device Security (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable information concealment to be readily accomplished.SOLUTION: There are provided a memory unit 120 that stores character strings stating information and a character string-attribute matching table 123 in which the character strings and attributes are matched with each other and further stores an attribute conversion table 124 in which attributes and code strings are matched with each other, and an information converting unit 111 that acquires from the character string-attribute matching table 123 the attribute that corresponds to the character string to be converted, acquires from the attribute conversion table 124 the code string that corresponds to the acquired attribute, adds the acquired code string before the character string to be converted and converts the character string to be converted into a random code string.

Description

本発明は、情報変換方法、プログラム、情報変換装置および情報変換システムの技術に関する。   The present invention relates to an information conversion method, a program, an information conversion apparatus, and an information conversion system.

食品、化学、医薬、自動車など製造業の各分野において、各々の製造作業工程の情報伝達の際に用いられる情報の中には製品の生産に必要な情報が含まれている。これらの情報は、他事業者との差別化を図るために関係者以外に対して隠蔽しておきたいと考えるのが一般的である。このような生産情報の流出を防ぐため、関係者以外の事業所内への立ち入りを制限したり、システムに認証機などを設けて、利用者の属性によって利用できる機能を制限することが行われている。   In each field of the manufacturing industry such as food, chemistry, pharmaceuticals, and automobiles, information used for transmitting information on each manufacturing work process includes information necessary for production of the product. In general, it is desirable to conceal this information from other parties in order to differentiate it from other companies. In order to prevent such outflow of production information, access to business establishments other than those involved is restricted, or an authentication machine or the like is provided in the system to restrict functions that can be used according to user attributes. Yes.

製造システム(以下、適宜システムと称する)開発の際、開発費用を低減するために、開発作業の一部またはすべてを他者に外注することが行われる。この場合、開発者が業務プロセスを理解するため、依頼者が開発者に対して生産に必要な情報を開示しなければならないことがある。この場合、依頼元と開発元の間で秘密情報保持契約を締結することがよく行われる。しかしながら、重要度の高い機密情報については開発者といえども他者に開示したくない場合があり、このような情報を隠蔽するには、隠蔽したい情報を、意味の成さない文字列で置き換える方法が提案されている。   In developing a manufacturing system (hereinafter, referred to as a system as appropriate), part or all of the development work is outsourced to others in order to reduce development costs. In this case, in order for the developer to understand the business process, the client may have to disclose information necessary for production to the developer. In this case, a confidential information holding contract is often concluded between the requester and the developer. However, confidential information with high importance may not be disclosed to others even if it is a developer. To conceal such information, replace the information you want to conceal with a meaningless character string. A method has been proposed.

例えば、特許文献1には、文字列を、制御コードに置換する方法が開示されている。
また、非特許文献1には、コード部分は共通で、文字列だけを外部ファイルで管理する方法が開示されている。
For example, Patent Document 1 discloses a method for replacing a character string with a control code.
Non-Patent Document 1 discloses a method in which code portions are common and only a character string is managed by an external file.

特開平02−2734号公報Japanese Patent Laid-Open No. 02-2734

MSDNライブラリ、リソースファイル(Visual Studio)、マイクロソフト株式会社、[平成22年2月25日検索]、インターネット<URL:http://msdn.microsoft.com/ja-jp/library/7zxb70x7(VS.80).aspx>MSDN Library, Resource File (Visual Studio), Microsoft Corporation, [Search February 25, 2010], Internet <URL: http: //msdn.microsoft.com/en-us/library/7zxb70x7 (VS.80 ) .aspx>

特許文献1に記載の技術では、利用者は、制御コードを解析しない限りその制御コードの属性(工程や、設備など)を知ることができないという課題があった。   The technique described in Patent Document 1 has a problem that the user cannot know the attributes (process, equipment, etc.) of the control code unless the control code is analyzed.

また、非特許文献1に記載の技術では、置換後の文字列を、システム利用者や、またはシステム開発者が用意しなければならなかった。さらに、置換後の文字列が、外部の人物にとって意味をなさない文字列、数値、あるいは、それら両方の場合、特許文献1のときと同様に開発者自身が属性を理解することができなくなってしまい、システム開発に困難を伴うといった問題があった。また、置換後の文字列を、例えば、「製造工程1」「品質項目2」などと表現する場合、システム利用者や、システム開発者のみならず、システムと関わりのない関係者外に対しても、その文字列の属性が何を指しているのかを示すことになり、情報の流出につながる恐れがあるという問題があった。   In the technique described in Non-Patent Document 1, a system user or a system developer has to prepare a character string after replacement. Furthermore, in the case where the replaced character string is a character string, a numerical value, or both of which does not make sense for an external person, the developer himself cannot understand the attribute as in the case of Patent Document 1. Thus, there was a problem that the system development was difficult. In addition, when the replaced character string is expressed as, for example, “manufacturing process 1” or “quality item 2”, not only to system users and system developers, but also to outside parties not related to the system. However, there is a problem that it indicates what the attribute of the character string indicates and may lead to leakage of information.

特許文献1に記載の技術や、非特許文献1に記載の技術では、隠蔽対象の情報、例えば工程名称を示す文字列や、ロットサイズやリードタイムなどの数値は、1つの記憶部に格納される。同様に、隠蔽対象の情報に代わって置き換えられる、ダミーの文字列や数値についても、同一または別の情報処理装置の記憶部に格納される。つまり、変換前の情報や、変換後の情報が集中的に管理されている。この場合、外部からの侵入や、不具合によるデータ消失のリスクに対して、脆弱であると言う問題もある。   In the technique described in Patent Document 1 and the technique described in Non-Patent Document 1, information to be concealed, for example, a character string indicating a process name, and numerical values such as a lot size and a lead time are stored in one storage unit. The Similarly, dummy character strings and numerical values that are replaced in place of the information to be concealed are also stored in the storage unit of the same or different information processing apparatus. That is, information before conversion and information after conversion are managed in a centralized manner. In this case, there is also a problem that it is vulnerable to the risk of data loss due to intrusion from outside or malfunction.

また、特許文献1に記載の技術や、非特許文献1に記載の技術では、隠蔽対象の情報に代わって置き換えられる、ダミーの文字列や数値の生成規則の設計、または、文字列や数値をその都度作成する必要があり、非効率的であるという問題があった。   In the technique described in Patent Document 1 and the technique described in Non-Patent Document 1, a dummy character string or numerical value generation rule design or a character string or numerical value that is replaced in place of the information to be concealed is used. There was a problem that it was necessary to prepare each time and it was inefficient.

このような背景に鑑みて本発明がなされたのであり、本発明は、情報隠蔽を容易に実現できることを目的とする。   The present invention has been made in view of such a background, and an object of the present invention is to easily realize information concealment.

前記課題を解決するため、本発明は、情報の変換を行う情報変換装置における情報変換方法であって、前記情報変換装置は、記憶部に、前記情報に記述されている文字列と、該文字列が示す属性とが対応付けられている文字列−属性対応情報を格納していると共に、前記属性と、符号列とが対応付けられた属性変換情報を格納しており、前記情報変換装置が、前記文字列−属性対応情報から、予め指定されている、変換対象となる文字列に該当する属性を取得し、前記属性変換情報から、前記取得した属性に対応する符号列を取得し、前記取得した符号列を前記変換対象となる文字列の前に付加し、前記符号列が付加された変換対象となる文字列のうちの文字列部分をランダムな符号列に変換することを特徴とする。
その他の解決手段については実施形態中で適宜説明する。
In order to solve the above-described problem, the present invention provides an information conversion method in an information conversion apparatus that converts information, and the information conversion apparatus stores a character string described in the information in the storage unit and the character The character string-attribute correspondence information in which the attribute indicated by the column is associated is stored, and the attribute conversion information in which the attribute is associated with the code string is stored. The attribute corresponding to the character string to be converted that is designated in advance is acquired from the character string-attribute correspondence information, the code string corresponding to the acquired attribute is acquired from the attribute conversion information, The acquired code string is added before the character string to be converted, and the character string portion of the character string to be converted to which the code string is added is converted into a random code string. .
Other solutions will be described as appropriate in the embodiments.

本発明によれば、情報隠蔽を容易に実現できる。   According to the present invention, information hiding can be easily realized.

本実施形態に係る情報変換システムの構成例を示す図である。It is a figure which shows the structural example of the information conversion system which concerns on this embodiment. 本実施形態に係る変換前画面の例である。It is an example of the pre-conversion screen concerning this embodiment. 第1実施形態に係る変換後画面例を示す図である。It is a figure which shows the example of the screen after conversion which concerns on 1st Embodiment. 第1実施形態に係る文字列−属性対応テーブルの例を示す図である。It is a figure which shows the example of the character string-attribute correspondence table which concerns on 1st Embodiment. 第1実施形態に係る属性変換テーブルの例を示す図である。It is a figure which shows the example of the attribute conversion table which concerns on 1st Embodiment. 第1実施形態に係る単位変換テーブルの例を示す図である。It is a figure which shows the example of the unit conversion table which concerns on 1st Embodiment. 第1実施形態に係る文字列色テーブルの例を示す図である。It is a figure which shows the example of the character string color table which concerns on 1st Embodiment. 第1実施形態に係る情報変換方法の全体処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the whole process of the information conversion method which concerns on 1st Embodiment. ステップS105における変換処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the conversion process in step S105. 第2実施形態に係る変換後画面の例である。It is an example of the screen after conversion concerning a 2nd embodiment. 第2実施形態に係る文字列変換テーブルの例を示す図である。It is a figure which shows the example of the character string conversion table which concerns on 2nd Embodiment. 第2実施形態に係る情報変換方法の手順を示すフローチャートである。It is a flowchart which shows the procedure of the information conversion method which concerns on 2nd Embodiment. は、第3実施形態に係る変換後画面の例である。These are examples of the post-conversion screen concerning a 3rd embodiment. 第3実施形態に係る情報変換方法の手順を示すフローチャートである。It is a flowchart which shows the procedure of the information conversion method which concerns on 3rd Embodiment. 情報変換システムの別の例を示す図である。It is a figure which shows another example of an information conversion system.

次に、本発明を実施するための形態(「実施形態」という)について、適宜図面を参照しながら詳細に説明する。   Next, modes for carrying out the present invention (referred to as “embodiments”) will be described in detail with reference to the drawings as appropriate.

《第1実施形態》
まず、図1〜図9を参照して、本発明に係る第1実施形態を説明する。
(システム構成)
図1は、本実施形態に係る情報変換システムの構成例を示す図である。
情報変換システム10は、生産管理情報の画面変換を行う情報変換装置1と、サーバ2と、クライアント端末3とがWAN(Wide Area Network)や、LAN(Local Area Network)などのネットワーク5を介して互いに接続されている。
本実施形態では、閲覧希望者4がクライアント端末3を介して生産管理情報(製造工程に関する情報)の画面閲覧の要求(画面閲覧要求)を行うと、画面閲覧要求はサーバ2を介して、情報変換装置1へ送られる。そして、閲覧希望者4が情報を変換しなければ生産管理情報の画面を閲覧できない人物であれば、情報変換装置1は情報変換処理を行い、情報変換された画面をサーバ2へ送る。閲覧希望者4は、クライアント端末3を介してサーバ2に送られた画面を閲覧する。
このように、本実施形態では、閲覧希望者4はクライアント端末3を介して画面を閲覧しているが、サーバ2を介して、画面閲覧要求を送信したり、画面を閲覧するようにしてもよい。
なお、本実施形態では、クライアント端末3、サーバ2をそれぞれ1台としているが、複数台としてもよい。
<< First Embodiment >>
First, a first embodiment according to the present invention will be described with reference to FIGS.
(System configuration)
FIG. 1 is a diagram illustrating a configuration example of an information conversion system according to the present embodiment.
An information conversion system 10 includes an information conversion apparatus 1 that performs screen conversion of production management information, a server 2, and a client terminal 3 via a network 5 such as a WAN (Wide Area Network) or a LAN (Local Area Network). Are connected to each other.
In the present embodiment, when the browsing requester 4 makes a screen browsing request (screen browsing request) for production management information (information on the manufacturing process) via the client terminal 3, the screen browsing request is sent via the server 2 to the information It is sent to the conversion device 1. If the person who wishes to browse 4 is a person who cannot view the production management information screen without converting the information, the information conversion apparatus 1 performs an information conversion process and sends the information-converted screen to the server 2. The browsing requester 4 browses a screen sent to the server 2 via the client terminal 3.
As described above, in the present embodiment, the browsing candidate 4 browses the screen via the client terminal 3, but the screen browsing request may be transmitted or the screen may be browsed via the server 2. Good.
In this embodiment, one client terminal 3 and one server 2 are used, but a plurality of clients may be used.

情報変換装置1は、情報変換装置1自身の動作を制御する制御部110、HDD(Hard Disk Drive)や、ROM(Read Only Memory)などである記憶部120、演算機能を有する演算部130、キーボードや、マウスや、NIC(Network Interface Card)などの入力部140、ディスプレイなどの表示部150を有する。   The information conversion device 1 includes a control unit 110 that controls the operation of the information conversion device 1 itself, a storage unit 120 such as a HDD (Hard Disk Drive) or a ROM (Read Only Memory), a calculation unit 130 having a calculation function, and a keyboard. And an input unit 140 such as a mouse or a network interface card (NIC), and a display unit 150 such as a display.

制御部110は、閲覧希望者4が生産管理情報を閲覧可能か否かを判定し、情報を変換しなければ閲覧をすることができない人物であれば、情報を変換した上で生産管理情報を表示する画面を生成し、サーバ2へ送信する情報変換部111を有している。
また、記憶部120は、情報変換処理に必要な各種テーブルを有しているテーブルデータベース121、生産管理情報を有している生産管理情報データベース122を有している。
テーブルデータベース121には、図4を参照して後記する文字列−属性対応テーブル123、図5を参照して後記する属性変換テーブル124、図6を参照して後記する単位変換テーブル125、および図7を参照して後記する文字列色テーブル126などが格納されている。
生産管理情報データベース122は、生産管理情報を格納するとともに、閲覧希望者4の氏名、所属など閲覧希望者4が生産管理情報を閲覧可能であるか否かを判定するための情報である閲覧者情報127が格納している。
The control unit 110 determines whether or not the person 4 who wishes to browse can view the production management information. If the person who cannot view the production management information cannot be browsed unless the information is converted, the control unit 110 converts the information and converts the production management information. An information conversion unit 111 that generates a screen to be displayed and transmits the screen to the server 2 is provided.
The storage unit 120 includes a table database 121 having various tables necessary for information conversion processing, and a production management information database 122 having production management information.
The table database 121 includes a character string-attribute correspondence table 123 which will be described later with reference to FIG. 4, an attribute conversion table 124 which will be described later with reference to FIG. 5, a unit conversion table 125 which will be described later with reference to FIG. 7 stores a character string color table 126 and the like which will be described later.
The production management information database 122 stores production management information and is a viewer who is information for determining whether or not the browsing applicant 4 can browse the production management information, such as the name and affiliation of the browsing applicant 4. Information 127 is stored.

サーバ2は、サーバ2自身の動作を制御する制御部21、情報を格納している記憶部23、演算機能を有する演算部22、キーボードや、マウスや、NICなどの入力部24、ディスプレイなどの表示部25を有する。   The server 2 includes a control unit 21 that controls the operation of the server 2 itself, a storage unit 23 that stores information, a calculation unit 22 that has a calculation function, a keyboard, a mouse, an input unit 24 such as a NIC, and a display. A display unit 25 is provided.

情報変換装置1の制御部110、情報変換部111、演算部130や、サーバ2の制御部21、演算部22はそれぞれの装置における図示しないROMや、HDDに格納されたプログラムが、RAM(Random Access Memory)に展開され、CPU(Central Processing Unit)によって実行されることによって具現化する。   The control unit 110, the information conversion unit 111, and the calculation unit 130 of the information conversion apparatus 1 and the control unit 21 and the calculation unit 22 of the server 2 are stored in a ROM (not shown) or a program stored in the HDD in the RAM (Random This is realized by being expanded in an Access Memory (CPU) and executed by a CPU (Central Processing Unit).

クライアント端末3の内部構成は図示省略するが、CPU、ROM、RAM、HDD、入力装置、表示装置などを備える端末であり、入力装置によって入力された指示や要求などを、ネットワーク5を介してサーバ2に送信し、サーバ2から受信した情報を表示装置に表示する装置である。   Although the internal configuration of the client terminal 3 is not illustrated, the client terminal 3 is a terminal including a CPU, ROM, RAM, HDD, input device, display device, and the like, and receives instructions and requests input by the input device via the network 5. 2 is a device that displays information received from the server 2 on the display device.

(変換前画面例)
図2は、本実施形態に係る変換前画面の例である。本実施形態では、生産管理情報の例として、工場などにおける製造工程の例を示しているが、これに限らず、「殺菌・滅菌」「包装」などを工程過程とする食品の製造工程などを生産管理情報としてもよい。
変換前画面200は、発注元の社員や、守秘義務を有する人物が閲覧できる画面である。
(Screen example before conversion)
FIG. 2 is an example of a pre-conversion screen according to this embodiment. In the present embodiment, as an example of production management information, an example of a manufacturing process in a factory or the like is shown. However, the present invention is not limited to this, and a food manufacturing process including “sterilization / sterilization”, “packaging”, etc. It may be production management information.
The pre-conversion screen 200 is a screen that can be viewed by an ordering employee or a person who has confidentiality obligations.

変換前画面200は、工程表201、属性情報表示エリア202、メニューボタン203を有している。
工程表201は、製造工程における計画データや、実績データや、次工程に関する情報を表示している表である。
属性情報表示エリア202には、工程表を作成した作成者の名前や、所属や、工程表を表示した日時や、図2において「曲げロット」と表示されている工程名や、組立所要時間などの情報が表示されている。
メニューボタン203は、アプリケーションのトップページやメニューページなどに戻るためのボタンである。
The pre-conversion screen 200 includes a process chart 201, an attribute information display area 202, and a menu button 203.
The process table 201 is a table displaying plan data, actual data, and information on the next process in the manufacturing process.
In the attribute information display area 202, the name of the creator who created the process table, the affiliation, the date and time when the process table was displayed, the process name displayed as “bending lot” in FIG. Information is displayed.
The menu button 203 is a button for returning to the top page or menu page of the application.

変換前画面200は、情報変換システム10で使用される変換前画面200の一例であって、工程表201や、属性情報表示エリア202は複数あってもよいし、省略してもよい。また、工程表201や、メニューボタン203以外の、表やボタン、利用者による文字列や数値の入力を受けつけるテキストボックスなどがあってもよい。   The pre-conversion screen 200 is an example of the pre-conversion screen 200 used in the information conversion system 10, and a plurality of process tables 201 and attribute information display areas 202 may be provided or omitted. In addition to the process table 201 and the menu button 203, there may be a table or button, a text box for receiving a character string or numerical value input by the user, and the like.

変換前画面200における工程表201は、台車番号列、状態列、組立ロット列、質量列、確定ボタン列を有している。
台車番号は台車毎につけられた整数値を有する番号で、この番号により台車を特定するために台車と整数値は1対1の関係とする。ここでは「1」、「2」などの整数を使用しているが、台車の製造番号など、台車を特定できる符号であれば、必ずしも「1」、「2」などの整数でなくてもよい。
The process chart 201 on the pre-conversion screen 200 includes a cart number column, a status column, an assembly lot column, a mass column, and a confirmation button column.
The carriage number is a number having an integer value assigned to each carriage. In order to identify the carriage by this number, the carriage and the integer value have a one-to-one relationship. Here, integers such as “1” and “2” are used. However, the numbers may not necessarily be integers such as “1” and “2” as long as the code can identify the cart such as a manufacturing number of the cart. .

状態列は、台車の状態を示す情報が格納される。図2の例では、「移動中」「空き」などの台車の状態を表示している。
組立ロット列は、製造工程の一部である組立工程のロット番号が格納される。
質量列は、台車に搭載された物体の質量に関する情報が格納される。
確定ボタン列には、確定ボタンが備えられている。確定ボタンは、例えば、以下に使用する。利用者が、台車に物体を搭載して質量を測定し、その測定値を情報変換装置1が取り込み、変換前画面200の質量列に表示する。利用者は、表示された測定値を目視にて確認し、正常値であれば、確定ボタンを押下することにより、その測定値が生産管理情報データベース122に格納される。
The state column stores information indicating the state of the carriage. In the example of FIG. 2, the state of the carriage such as “moving” or “vacant” is displayed.
The assembly lot column stores a lot number of an assembly process that is a part of the manufacturing process.
The mass column stores information related to the mass of the object mounted on the carriage.
The confirmation button row is provided with a confirmation button. The confirmation button is used, for example, in the following. The user mounts an object on the carriage and measures the mass, and the information conversion apparatus 1 captures the measured value and displays it on the mass column of the pre-conversion screen 200. The user visually confirms the displayed measured value, and if it is a normal value, the measured value is stored in the production management information database 122 by pressing the confirm button.

(変換後画面例)
図3は、第1実施形態に係る変換後画面例を示す図である。
変換後画面300では、図2の変換前画面200と同様に、工程表301、属性情報表示エリア302、メニューボタン303を有している。これらは、図2の各部201〜203と同様であるため、詳細な説明を省略するが、システム開発者が隠蔽したいと考えた情報が、符号となって隠蔽されている。
(Screen example after conversion)
FIG. 3 is a diagram illustrating an example of a post-conversion screen according to the first embodiment.
The post-conversion screen 300 has a process table 301, an attribute information display area 302, and a menu button 303, as in the pre-conversion screen 200 of FIG. Since these are the same as the respective units 201 to 203 in FIG. 2, detailed description is omitted, but information that the system developer wants to conceal is concealed as a code.

例えば、図2の台車番号における「台車」という文字を隠蔽するため、変換後画面300では「台車番号」という文字列を「fard%番号」に変換している。接頭辞の「fa」は台車の属性である設備を表す接頭辞で、後記して説明する文字列−属性対応テーブル123および属性変換テーブル124を参照して選択され、符号列の先頭に付加される。「rd%」の部分が「台車」に相当するが、これはランダムに生成した符号で「台車」を置換したものである。   For example, in order to conceal the characters “trolley” in the cart number of FIG. 2, the character string “cart number” is converted to “fard% number” in the post-conversion screen 300. The prefix “fa” is a prefix representing equipment that is an attribute of the carriage, is selected with reference to the character string-attribute correspondence table 123 and the attribute conversion table 124 described later, and is added to the head of the code string. The The portion of “rd%” corresponds to “cart”, which is obtained by replacing “cart” with a randomly generated code.

状態列における台車の状態は、生産管理情報の特徴を表現しているとはいい難いため、変換の対象外としている。従って、状態列に格納されている内容も変換されていない。
図2の組立ロット列の情報は、生産管理情報の特徴を表現する可能性があるため、「台車番号」と同様の方法によって文字列の変換が行われている。また、ロット列に格納されている情報も文字列の変換が行われている。なお、この列の内容は、図2における「AA−12」などの「AA」に相当する箇所がランダムな符号列に変換され、「−12」に相当する箇所は変換されていないが、「−12」に相当する箇所もランダムな符号列に変換してもよい。また、後記する第2実施形態と同様の方法によって文字列変換されてもよい。
The state of the carriage in the state column is excluded from conversion because it is difficult to express the characteristics of the production management information. Therefore, the contents stored in the status column are not converted.
Since the information on the assembly lot sequence in FIG. 2 may express the characteristics of the production management information, the character string is converted by the same method as the “cart number”. The information stored in the lot string is also converted into a character string. Note that the content of this column is such that a portion corresponding to “AA” such as “AA-12” in FIG. 2 is converted into a random code sequence, and a portion corresponding to “−12” is not converted. The portion corresponding to “−12” may also be converted into a random code string. Further, the character string may be converted by the same method as in the second embodiment described later.

図2の質量列も、生産管理情報の特徴を表現する可能性があるため、「台車番号」と同様の方法によって文字列の変換が行われている。なお、図2の質量列の内容に相当する情報は、同じ桁数ではあるが、ランダムに発生した数値で変換されているが、これに限らず、所定のルールに基づいた数値で変換してもよいし、数値ではないランダムな符号列で変換してもよい。
なお、確定ボタン列は、生産管理情報の特徴を表現しているとはいい難いため、変換の対象外としている。
また、図3の変換後画面300の工程表301において、実績系データに基づくレコードの文字列を青にし、計画系データに基づくレコードの文字列を赤にするなど、データの種類に応じて文字列の色を変えてもよい。
このようにすることで、閲覧者は閲覧しているデータの種類を知ることができる。
Since the mass string in FIG. 2 may also express the characteristics of the production management information, the character string is converted by the same method as the “cart number”. Note that the information corresponding to the contents of the mass sequence in FIG. 2 has the same number of digits but is converted with a randomly generated numerical value, but is not limited thereto, and is converted with a numerical value based on a predetermined rule. Alternatively, conversion may be performed using a random code string that is not a numerical value.
The confirmation button row is excluded from conversion because it is difficult to express the characteristics of the production management information.
In addition, in the process chart 301 of the post-conversion screen 300 in FIG. 3, the character string of the record based on the actual data is blue, the character string of the record based on the plan data is red, and so on according to the type of data. You may change the color of the columns.
In this way, the viewer can know the type of data being browsed.

また、図2の属性情報表示エリア202における作成者氏名、所属、表示日時は、生産管理情報の特徴を表現しているとはいい難いため、変換の対象外としているが、工程名や、組立所要時間などの情報は、生産管理情報の特徴を表現する可能性があるため、変換後画面300では、それぞれ「台車番号」と同様の方法によって「prd)%redロット」、「prew&fDedsfdsz#」という符号列に変換されている。   In addition, the creator name, affiliation, and display date / time in the attribute information display area 202 in FIG. 2 are excluded from conversion because it is difficult to express the characteristics of the production management information. Since the information such as the required time may express the characteristics of the production management information, in the post-conversion screen 300, “prd)% red lot” and “prew & fDedsfsdsz #” are respectively used in the same manner as “cart number”. It has been converted to a code string.

(各種変換テーブル)
次に、図4〜図7を参照して、図2から図3へ画面情報を変換するために使用する変換テーブルを説明する
(Various conversion tables)
Next, a conversion table used for converting the screen information from FIG. 2 to FIG. 3 will be described with reference to FIGS.

(文字列−属性対応テーブル)
図4は、第1実施形態に係る文字列−属性対応テーブルの例を示す図である。
文字列−属性対応テーブル123における番号は、文字列と、属性の組み合わせに与えられる番号である。
文字列は、「台車」「組立」といった生産管理情報にて使用される文字列である。属性は、設備、工程などの文字列の属性を示している。
(String-attribute correspondence table)
FIG. 4 is a diagram illustrating an example of a character string-attribute correspondence table according to the first embodiment.
The numbers in the character string / attribute correspondence table 123 are numbers given to combinations of character strings and attributes.
The character string is a character string used in production management information such as “cart” and “assembly”. The attribute indicates an attribute of a character string such as equipment or process.

(属性変換テーブル)
図5は、第1実施形態に係る属性変換テーブルの例を示す図である。
属性変換テーブル124における番号は、属性と、接頭辞の組み合わせに与えられる番号である。
属性は、設備、工程などの生産管理情報上の属性であり、図4の文字列−属性対応テーブル123の属性と同様のものである。
接頭辞符号列は、対応する属性が変換される符号列である。この符号列は、アルファベット、数字、「@」、「$」のような、符号列とはなっていない単一の符号でもよい。
(Attribute conversion table)
FIG. 5 is a diagram illustrating an example of an attribute conversion table according to the first embodiment.
The numbers in the attribute conversion table 124 are numbers given to combinations of attributes and prefixes.
The attribute is an attribute on production management information such as equipment and process, and is the same as the attribute of the character string-attribute correspondence table 123 of FIG.
The prefix code string is a code string into which a corresponding attribute is converted. This code string may be a single code that is not a code string, such as alphabets, numbers, “@”, and “$”.

(単位変換テーブル)
図6は、第1実施形態に係る単位変換テーブルの例を示す図である。
単位変換テーブル125における番号は、単位と、接尾辞の組み合わせに与えられる番号である。
単位は、「kg」、「個」、「回」などの生産管理情報にて使用されるデータの単位である。
接尾辞は、対応する単位が変換される符号である。この符号は、符号列としてもよい。
(Unit conversion table)
FIG. 6 is a diagram illustrating an example of a unit conversion table according to the first embodiment.
The numbers in the unit conversion table 125 are numbers given to combinations of units and suffixes.
The unit is a unit of data used in production management information such as “kg”, “pieces”, “times”, and the like.
A suffix is a code to which the corresponding unit is converted. This code may be a code string.

(文字列色テーブル)
図7は、第1実施形態に係る文字列色テーブルの例を示す図である。
文字列色テーブル126において、番号は、データ種類と、文字列の色との組み合わせに与えられる番号である。
データ種類は、実績系データ、計画系データなど、変換前画面200(図2)および変換後画面300(図3)で表示されるデータの種類を示すものである。
文字列の色は、データ種類に対応しており、図7の例では、実績系データであれば、「青」、計画系データであれば「赤」の符号列が変換後画面において表示される。
(Character color table)
FIG. 7 is a diagram illustrating an example of a character string color table according to the first embodiment.
In the character string color table 126, the number is a number given to a combination of the data type and the character string color.
The data type indicates the type of data displayed on the pre-conversion screen 200 (FIG. 2) and the post-conversion screen 300 (FIG. 3), such as performance data and plan data.
The color of the character string corresponds to the data type, and in the example of FIG. 7, the code string “blue” is displayed on the converted screen if it is actual data, and “red” is displayed on the converted data. The

<フローチャート>
次に、図1〜図7を参照しつつ、図8および図9に沿って第1実施形態に係る情報変換方法を説明する。
図8は、第1実施形態に係る情報変換方法の全体処理の手順を示すフローチャートである。
まず、閲覧希望者4が、クライアント端末3を介して、サーバ2を操作することによって、サーバ2から情報変換装置1へ画面閲覧要求を送信し、情報変換装置1は送信されてきた画面閲覧要求を受信する(S101)。
<Flowchart>
Next, the information conversion method according to the first embodiment will be described with reference to FIGS. 8 and 9 with reference to FIGS.
FIG. 8 is a flowchart showing a procedure of overall processing of the information conversion method according to the first embodiment.
First, the browsing requester 4 operates the server 2 via the client terminal 3 to transmit a screen browsing request from the server 2 to the information conversion device 1, and the information conversion device 1 transmits the transmitted screen browsing request. Is received (S101).

画面表示要求を受信した情報変換装置1の情報変換部111は、閲覧希望者情報を格納する(S102)。閲覧希望者情報は、閲覧希望者4の氏名、所属などであり、画面閲覧要求に含まれているものである。あるいは、画面閲覧要求には、閲覧希望者4を識別する番号、例えば社員番号などが含まれており、情報変換装置1は、これらの情報を基に図示しない社員管理データベースなどに問い合わせることにより、閲覧希望者4の氏名、所属などを取得してもよい。   The information conversion unit 111 of the information conversion apparatus 1 that has received the screen display request stores the browsing requester information (S102). The browsing requester information includes the name and affiliation of the browsing requester 4 and is included in the screen browsing request. Alternatively, the screen browsing request includes a number for identifying the browsing candidate 4, for example, an employee number, and the information conversion apparatus 1 makes an inquiry to an employee management database (not shown) based on these information, You may acquire the name, affiliation, etc. of browsing candidate 4.

次に、情報変換部111は、閲覧希望者情報を基に、記憶部120の閲覧者情報127を参照して閲覧希望者4が変換前画面200(図2)を閲覧可能であるか否かを判定する(S103)。具体的には、情報変換部111が、閲覧希望者情報に含まれる閲覧希望者4の氏名、所属といった情報が、閲覧者情報127に含まれているか否かを判定することによって、閲覧希望者4が変換前画面を閲覧可能であるか否かを判定する   Next, the information conversion unit 111 refers to the viewer information 127 of the storage unit 120 based on the browsing requester information, and whether or not the browsing requester 4 can browse the pre-conversion screen 200 (FIG. 2). Is determined (S103). Specifically, the information conversion unit 111 determines whether or not the browsing information 127 includes information such as the name and affiliation of the browsing requester 4 included in the browsing requester information. 4 determines whether the pre-conversion screen can be viewed

ステップS103の結果、閲覧希望者4が変換前画面200(図2)を閲覧可能である場合(S103→Yes)、情報変換部111は、情報を変換していない変換前画面200を画面閲覧要求元のサーバ2へ送信し、画面閲覧要求元のクライアント端末3がサーバ2から変換前画面200を取得することによって、変換前画面200を表示する(S104)   As a result of step S103, if the viewing applicant 4 can view the pre-conversion screen 200 (FIG. 2) (S103 → Yes), the information conversion unit 111 requests a screen browsing for the pre-conversion screen 200 that has not converted information. The pre-conversion screen 200 is displayed when the client terminal 3 that has transmitted the request to the original server 2 acquires the pre-conversion screen 200 from the server 2 (S104).

ステップS103の結果、閲覧希望者4が情報を閲覧可能でない場合(S103→No)、情報変換部111は、図9で後記する変換処理を行い(S105)、変換後画面300(図3)を作成すると、作成した変換後画面300を画面閲覧要求元のサーバ2へ送信し、画面閲覧要求元のクライアント端末3が、サーバから変換後画面300を取得することによって、変換後画面300を表示する(S106)。   As a result of step S103, if the browsing candidate 4 cannot browse the information (S103 → No), the information conversion unit 111 performs the conversion process described later in FIG. 9 (S105), and displays the post-conversion screen 300 (FIG. 3). When it is created, the created post-conversion screen 300 is transmitted to the server 2 that is the screen browsing request source, and the client terminal 3 that is the screen browsing request source acquires the post-conversion screen 300 from the server, thereby displaying the post-conversion screen 300. (S106).

図9は、図8のステップS105における変換処理の手順を示すフローチャートである。
まず、情報変換部111が、画面閲覧要求の対象となっている生産管理情報を検索し、変換対象となる文字列をキーとして、文字列−属性対応テーブル123(図4)から属性を検索・取得する(S201)。なお、変換対象となる文字列は、生産管理情報作成時に予め指定されているものとする。
そして、情報変換部111は、属性変換テーブル124(図5)を参照して、ステップS201で取得した属性に対応する接頭辞符号列を取得し、取得した符号列を対象となっている文字列の先頭に付加する(S202)。この処理は省略することもできる。すなわち、属性を接頭辞符号列に変換しないで、文字列の先頭に付加してもよい。
次に、情報変換部111は、単位変換テーブル125(図6)を参照して、該当する単位文字列を対応する接尾辞符号列に変換する(S203)。
そして、情報変換部111は、変換対象となっている文字列をランダムな符号列に変換する(S204)。
次に、情報変換部111は、データの属性情報を基に、文字列色テーブル126(図7)を参照して、該当するデータの文字列を対応する色に変換する文字列色変換を行う(S205)。ステップS205の処理は省略してもよい。
FIG. 9 is a flowchart showing the procedure of the conversion process in step S105 of FIG.
First, the information conversion unit 111 searches the production management information that is the target of the screen browsing request, and searches for the attribute from the character string-attribute correspondence table 123 (FIG. 4) using the character string to be converted as a key. Obtain (S201). Note that the character string to be converted is designated in advance when the production management information is created.
Then, the information conversion unit 111 refers to the attribute conversion table 124 (FIG. 5), acquires the prefix code string corresponding to the attribute acquired in step S201, and performs the acquired character string as a target character string. (S202). This process can be omitted. That is, the attribute may be added to the beginning of the character string without being converted to the prefix code string.
Next, the information conversion unit 111 refers to the unit conversion table 125 (FIG. 6) and converts the corresponding unit character string into a corresponding suffix code string (S203).
Then, the information conversion unit 111 converts the character string to be converted into a random code string (S204).
Next, the information converter 111 refers to the character string color table 126 (FIG. 7) based on the data attribute information and performs character string color conversion for converting the character string of the corresponding data into a corresponding color. (S205). The process of step S205 may be omitted.

第1実施形態によれば、閲覧希望者4の所属などによって表示内容を変えることができ、情報を閲覧可能な者に対しては、情報を変換せずに表示し、また、情報を閲覧不可能な者に対しては、情報を変換することで、部外者には理解不能な属性符号を表示することで、情報の流出を防ぐことができる。
さらに、データの属性に対応する接頭辞符号列を付加することで、変換された情報の属性が判別できるため、例えば、部外のシステム開発者などは、予め、属性変換テーブル124を取得することによって、変換後画面300を閲覧したとき、詳細な内容を知ることはできないが、データの内容を推察することができる。つまり、部内者などの情報を閲覧できる者、具体的な情報を閲覧することができないが、属性など情報の特性を閲覧できるもの、閲覧もできなく、属性も推察できないものといったように、画面閲覧の参照レベルを設定することができる。
According to the first embodiment, the display content can be changed depending on the affiliation of the person who wants to browse 4 and the information can be displayed without being converted for those who can browse the information. For those who can, by converting the information, by displaying attribute codes that cannot be understood by outsiders, it is possible to prevent information leakage.
Furthermore, since the attribute of the converted information can be determined by adding a prefix code string corresponding to the attribute of the data, for example, an outside system developer or the like acquires the attribute conversion table 124 in advance. Thus, when viewing the post-conversion screen 300, the detailed contents cannot be known, but the contents of the data can be inferred. In other words, those who can browse information such as insiders, who cannot browse specific information, but who can browse the characteristics of information such as attributes, those that can not be browsed, attributes that can not be guessed, such as screen browsing The reference level can be set.

《第2実施形態》
次に、図10〜図12を参照して、本発明の第2実施形態を説明する。
第2実施形態では、第1実施形態のような符号列ではなく、他の文字列(例えば、上位概念的な語)に置換するものである。
なお、第2実施形態に係る情報変換システム10は、図1のテーブルデータベース121に格納されている各テーブル123〜126が図11で後記する文字列変換テーブル128に置き換わったものであるため、図示省略することとする。
<< Second Embodiment >>
Next, a second embodiment of the present invention will be described with reference to FIGS.
In the second embodiment, instead of the code string as in the first embodiment, other character strings (for example, higher conceptual words) are replaced.
In the information conversion system 10 according to the second embodiment, the tables 123 to 126 stored in the table database 121 of FIG. 1 are replaced with a character string conversion table 128 described later in FIG. It will be omitted.

(変換後画面)
図10は、第2実施形態に係る変換後画面の例である。なお、図10の変換後画面1000の元画面は、図2に示す変換前画面200である。
図10の変換後画面例1000では、図2の変換前画面例200と同様に、工程表1001、属性情報表示エリア1002、メニューボタン1003を有している。これらは、図2と同様であるため、詳細な説明を省略するが、システム開発者が隠蔽したいと考えた情報が、他の文字列となって隠蔽されている。
(Screen after conversion)
FIG. 10 is an example of a post-conversion screen according to the second embodiment. Note that the original screen of the post-conversion screen 1000 in FIG. 10 is the pre-conversion screen 200 shown in FIG.
The post-conversion screen example 1000 in FIG. 10 includes a process table 1001, an attribute information display area 1002, and a menu button 1003, as in the pre-conversion screen example 200 in FIG. Since these are the same as in FIG. 2, detailed description is omitted, but information that the system developer wants to conceal is concealed as another character string.

工程表1001は、設備1番号列、状態列、工程2ロット列、品質項目3列、確定ボタン列を有するテーブルである。「設備1」とは図2の「台車」のことを示し、「台車」を隠蔽するための語である「設備1」という文字列に変換している。
状態列は、台車の状態を示す。この「状態」の情報は、生産管理情報の特徴を表現しているとはいい難いため、文字列変換の対象外としている。
工程2ロット列における「工程2」とは図2の「組立」のことを示し、生産管理情報の特徴を表現する可能性があるとして、「工程2」という文字列に変換している。
品質項目3列における品質項目3は、図2の質量が変換されたものである。
確定ボタン列における確定ボタンは、状態列と同様に、文字列の変換を行っていない。
The process table 1001 is a table having an equipment 1 number column, a status column, a process 2 lot column, a quality item 3 column, and a confirmation button column. “Equipment 1” indicates “cart” in FIG. 2 and is converted into a character string “equipment 1” which is a word for concealing “cart”.
The status column indicates the status of the carriage. This “state” information is not subject to character string conversion because it is difficult to express the characteristics of production management information.
Process 2” in the process 2 lot string indicates “assembly” in FIG. 2 and is converted into a character string “process 2” because there is a possibility of expressing the characteristics of the production management information.
The quality item 3 in the quality item 3 column is obtained by converting the mass in FIG.
The confirmation button in the confirmation button row does not convert the character string as in the state row.

また、属性情報表示エリア1002における「曲げロット」、「組立所要時間」(それぞれ図2)は、「工程1ロット」、「工程2品質項目4」にそれぞれ変換されている。   Further, the “bending lot” and “required assembly time” (FIG. 2 respectively) in the attribute information display area 1002 are converted into “process 1 lot” and “process 2 quality item 4”, respectively.

(文字列変換テーブル)
図11は、第2実施形態に係る文字列変換テーブルの例を示す図である。
文字列変換テーブル128は、変換前の文字列と、変換後の文字列とが対応付けられて格納されている。
対応関係は、例えば、「台車」→「設備1」、「曲げ」→「工程1」、「組立」→「工程2」、「質量(kg)」→「品質項目3」などである。
第2実施形態において、情報変換装置1は図11に示す文字列変換テーブル128を基に変換後テーブルを生成する。
(Character string conversion table)
FIG. 11 is a diagram illustrating an example of a character string conversion table according to the second embodiment.
The character string conversion table 128 stores a character string before conversion and a character string after conversion in association with each other.
The correspondence relationship is, for example, “trolley” → “facility 1”, “bending” → “process 1”, “assembly” → “process 2”, “mass (kg)” → “quality item 3”, and the like.
In the second embodiment, the information conversion apparatus 1 generates a post-conversion table based on the character string conversion table 128 shown in FIG.

(フローチャート)
次に、図1および図11を参照しつつ、図12に沿って第2実施形態に係る情報変換方法を説明する。
図12は、第2実施形態に係る情報変換方法の手順を示すフローチャートである。
図12において、ステップS301〜S304およびステップS306は、図8のステップS101〜S104およびステップS106と同様であるため、説明を省略し、ステップS305について説明する。
ステップS305において、情報変換部111は、図11の文字列変換テーブル128に従って、変換前画面200(図2)の変換対象文字列を変換する変換処理を行う。なお、変換対象文字列は、生産管理情報作成時に予め指定されている。
(flowchart)
Next, an information conversion method according to the second embodiment will be described along FIG. 12 with reference to FIGS. 1 and 11.
FIG. 12 is a flowchart showing the procedure of the information conversion method according to the second embodiment.
In FIG. 12, steps S301 to S304 and step S306 are the same as steps S101 to S104 and step S106 of FIG. 8, and thus description thereof will be omitted and step S305 will be described.
In step S305, the information conversion unit 111 performs conversion processing for converting the conversion target character string on the pre-conversion screen 200 (FIG. 2) according to the character string conversion table 128 of FIG. The conversion target character string is designated in advance when the production management information is created.

第2実施形態によれば、閲覧者の所属などによって文字列の表示内容を変えることで、情報を閲覧可能な者に対しては、情報を変換せずに表示し、また、情報を閲覧不可能な者に対しては、ダミーの情報を表示することで、情報の流出を防ぐことができる。   According to the second embodiment, by changing the display content of the character string depending on the affiliation of the viewer, the information can be displayed without being converted for those who can browse the information, and the information cannot be browsed. For those who can, the information can be prevented from leaking by displaying dummy information.

《第3実施形態》
次に、図13および図14を参照して、本発明の第3実施形態を説明する。
第3実施形態では、隠蔽したい文字列をランダムな符号列に置換するものである。
なお第3実施形態に係る情報変換システム10は、図1のテーブルデータベース121が省略されたものであるため、図示省略することとする。
<< Third Embodiment >>
Next, a third embodiment of the present invention will be described with reference to FIGS.
In the third embodiment, a character string to be concealed is replaced with a random code string.
Note that the information conversion system 10 according to the third embodiment is omitted from the illustration because the table database 121 of FIG. 1 is omitted.

(変換後画面)
図13は、第3実施形態に係る変換後画面の例である。なお、図13の変換後画面1300の元画面は、図2に示す変換前画面200である。
図13の変換後画面1300では、図2の変換前画面200と同様に、工程表1301、属性情報表示エリア1302、メニューボタン1303を有している。これらは、図2と同様であるため、詳細な説明を省略するが、システム開発者が隠蔽したいと考えた情報が、他の文字列となって隠蔽されている。
(Screen after conversion)
FIG. 13 is an example of a post-conversion screen according to the third embodiment. Note that the original screen of the post-conversion screen 1300 in FIG. 13 is the pre-conversion screen 200 shown in FIG.
The post-conversion screen 1300 in FIG. 13 has a process table 1301, an attribute information display area 1302, and a menu button 1303, as in the pre-conversion screen 200 in FIG. Since these are the same as in FIG. 2, detailed description is omitted, but information that the system developer wants to conceal is concealed as another character string.

例えば、図2の台車番号列は、「台車」を隠蔽するため、変換後画面1300では「$frd%」というランダムな符号列に変換している。
状態列は、台車の状態を示しており、この「状態」の情報は、生産管理情報の特徴を表現しているとはいい難いため、文字列の変換の対象外としている。
図2のロット列は、生産管理情報の特徴を表現する可能性があるとして、文字列「組立」を「S2ew&f」というランダムな符号列に変換している。
図2の質量列は、生産管理情報の特徴を表現する可能性があるとして、文字列「質量(kg)」を「G+ed(tffh」というランダムな符号列に変換している。
確定ボタン列の確定ボタンは、状態列と同様に、文字列の変換を行っていない。
For example, the cart number sequence in FIG. 2 is converted to a random code sequence of “$ frd%” in the post-conversion screen 1300 in order to conceal “cart”.
The state column indicates the state of the carriage, and this “state” information is not subject to character string conversion because it is difficult to express the characteristics of the production management information.
The lot string in FIG. 2 converts the character string “assembly” into a random code string “S2ew & f” because there is a possibility of expressing the characteristics of the production management information.
The mass string in FIG. 2 converts the character string “mass (kg)” into a random code string “G + ed (tffh)” because there is a possibility of expressing the characteristics of the production management information.
The confirm button of the confirm button string does not convert the character string as in the state string.

さらに、属性情報表示エリア1302における「曲げロット」、「組立所要時間(分)」(それぞれ図2)は、「¥rd)t%redロット」、「S2ew&fDedsf#dsz」というランダムな符号列に変換されている。
なお、図13の変換後画面1300において、工程表の内容もランダムな符号列としているが、前記した第2実施形態と同様の方法で変換してもよい。
Further, “bending lot” and “assembly required time (minutes)” (each in FIG. 2) in the attribute information display area 1302 are converted into random code strings of “¥ rd) t% red lot” and “S2ew & fDedsf # dsz”. Has been.
In the post-conversion screen 1300 of FIG. 13, the contents of the process table are also random code strings, but they may be converted by the same method as in the second embodiment.

(フローチャート)
次に、図1を参照しつつ、図14に沿って第3実施形態に係る情報変換方法を説明する。
図14は、第3実施形態に係る情報変換方法の手順を示すフローチャートである。
図14において、ステップS401〜S404およびステップS406は、図8のステップS101〜S104およびステップS106と同様であるため、説明を省略し、ステップS405について説明する。
ステップS405において、情報変換装置1は、ランダムな符号列を生成し、変換前画面200(図2)の変換対象文字列を前記のランダムな符号列に変換する変換処理を行う。変換対象文字列は、生産管理情報作成時に予め指定されている。
(flowchart)
Next, an information conversion method according to the third embodiment will be described along FIG. 14 with reference to FIG.
FIG. 14 is a flowchart showing the procedure of the information conversion method according to the third embodiment.
14, Steps S401 to S404 and Step S406 are the same as Steps S101 to S104 and Step S106 of FIG. 8, and thus description thereof will be omitted and Step S405 will be described.
In step S405, the information conversion apparatus 1 performs a conversion process of generating a random code string and converting the conversion target character string on the pre-conversion screen 200 (FIG. 2) into the random code string. The conversion target character string is specified in advance when the production management information is created.

第3実施形態によれば、閲覧者の属性によって表示内容を変えることで、情報を閲覧可能な者に対しては、情報を変換せずに表示し、情報を閲覧不可能な者に対しては、ランダムな符号列を表示することで、情報の流出を防ぐことができる。   According to the third embodiment, by changing the display content according to the viewer's attributes, for those who can browse the information, the information is displayed without conversion, and for those who cannot browse the information. Can prevent information from leaking by displaying a random code string.

《第4実施形態》
(情報変換システムの別の例)
図15は、情報変換システムの別の例を示す図である。なお、図15において、図1と同様の構成要素に関しては、同一の符号を付して説明を省略する。
図15に示す情報変換システム10aは、図1における情報変換装置1の機能を分散させたものである。
つまり、図1における情報変換装置1の記憶部120の構成要素を、文字列−属性対応データベース7a(文字列−属性対応テーブル123に対応)、属性変換データベース7b(属性変換テーブル124に対応)、単位変換データベース7c(単位変換テーブル125に対応)、文字列色データベース7d(文字列色テーブル126に対応)および生産管理情報データベース7e(生産管理情報データベース122に相当)に分散させ、それぞれのデータベース7a〜7eをデータベースサーバ6a〜6eで管理している。そして、情報変換システム10aの情報変換装置1aは、図示省略するが、図1の制御部110、演算部130、入力部140および表示部150を有し、データベース7a〜7eの情報を参照して、生産管理情報の情報変換を行う機能を有する。
<< 4th Embodiment >>
(Another example of information conversion system)
FIG. 15 is a diagram illustrating another example of the information conversion system. In FIG. 15, the same components as those in FIG. 1 are denoted by the same reference numerals and description thereof is omitted.
An information conversion system 10a shown in FIG. 15 is obtained by distributing the functions of the information conversion apparatus 1 in FIG.
That is, the constituent elements of the storage unit 120 of the information conversion apparatus 1 in FIG. 1 are the character string-attribute correspondence database 7a (corresponding to the character string-attribute correspondence table 123), the attribute conversion database 7b (corresponding to the attribute conversion table 124), Distributed in the unit conversion database 7c (corresponding to the unit conversion table 125), the character string color database 7d (corresponding to the character string color table 126) and the production management information database 7e (corresponding to the production management information database 122). To 7e are managed by the database servers 6a to 6e. The information conversion device 1a of the information conversion system 10a includes the control unit 110, the calculation unit 130, the input unit 140, and the display unit 150 of FIG. 1, although not illustrated, and refers to the information in the databases 7a to 7e. And a function for converting information of production management information.

図15の情報変換システム10aは、第1実施形態の情報変換システム10を基にしているが、第2実施形態の情報変換システム10を基にすれば、データベース7a〜7dの代わりに文字列変換データベース(図11の文字列変換テーブル128に対応)を有し、第3実施形態の情報変換システム10を基にすれば、データベース7a〜7dが省略される構成となる。   The information conversion system 10a of FIG. 15 is based on the information conversion system 10 of the first embodiment. However, if the information conversion system 10 of the second embodiment is used, character string conversion is performed instead of the databases 7a to 7d. If a database (corresponding to the character string conversion table 128 in FIG. 11) is provided and the information conversion system 10 according to the third embodiment is used, the databases 7a to 7d are omitted.

(第4実施形態のまとめ)
第4実施形態によれば、情報変換処理に必要なデータを分散させているため、外部からの侵入・書換や、不具合によるデータ消失のリスクを軽減させることができる。
(Summary of the fourth embodiment)
According to the fourth embodiment, since data necessary for the information conversion process is distributed, it is possible to reduce the risk of intrusion / rewriting from the outside and data loss due to a malfunction.

1,1a 情報変換装置
2 サーバ
3 クライアント端末
4 閲覧希望者
5 ネットワーク
7a 文字列−属性対応データベース
7b 属性変換データベース
7c 単位変換データベース
7d 文字列色データベース
10,10a 情報変換システム
110 制御部
111 情報変換部
120 記憶部
121 テーブルデータベース
122 生産管理情報データベース
123 文字列−属性対応テーブル(文字列−属性対応情報)
124 属性変換テーブル(属性変換情報)
125 単位変換テーブル(単位変換情報)
126 文字列色テーブル(文字列色情報)
127 閲覧者情報
128 文字列変換テーブル(文字列変換情報)
140 入力部
150 表示部
200 変換前画面
300,1000,1300 変換後画面(変換された文字列を含む)
DESCRIPTION OF SYMBOLS 1,1a Information conversion apparatus 2 Server 3 Client terminal 4 Person who wants to browse 5 Network 7a Character string-attribute correspondence database 7b Attribute conversion database 7c Unit conversion database 7d Character string color database 10, 10a Information conversion system 110 Control unit 111 Information conversion unit 120 Storage Unit 121 Table Database 122 Production Management Information Database 123 Character String-Attribute Correspondence Table (Character String-Attribute Correspondence Information)
124 attribute conversion table (attribute conversion information)
125 Unit conversion table (unit conversion information)
126 Character string color table (character string color information)
127 Viewer information 128 Character string conversion table (character string conversion information)
140 Input unit 150 Display unit 200 Screen before conversion 300, 1000, 1300 Screen after conversion (including converted character string)

Claims (9)

情報の変換を行う情報変換装置における情報変換方法であって、
前記情報変換装置は、
記憶部に、前記情報に記述されている文字列と、該文字列が示す属性とが対応付けられている文字列−属性対応情報を格納していると共に、
前記属性と、符号列とが対応付けられた属性変換情報を格納しており、
前記情報変換装置が、
前記文字列−属性対応情報から、予め指定されている、変換対象となる文字列に該当する属性を取得し、
前記属性変換情報から、前記取得した属性に対応する符号列を取得し、
前記取得した符号列を前記変換対象となる文字列の前に付加し、
前記符号列が付加された変換対象となる文字列のうちの文字列部分をランダムな符号列に変換する
ことを特徴とする情報変換方法。
An information conversion method in an information conversion apparatus for converting information,
The information conversion device includes:
The storage unit stores character string-attribute correspondence information in which a character string described in the information and an attribute indicated by the character string are associated with each other.
Storing attribute conversion information in which the attribute is associated with a code string;
The information converter is
From the character string-attribute correspondence information, an attribute corresponding to a character string to be converted that is designated in advance is acquired,
Acquire a code string corresponding to the acquired attribute from the attribute conversion information,
The acquired code string is added before the character string to be converted,
An information conversion method comprising: converting a character string portion of a character string to be converted to which the code string is added into a random code string.
前記記憶部には、
情報に記述されている単位を、符号に変換する単位変換情報が、さらに格納されており、
前記情報変換装置が、
前記単位変換情報を基に、単位の文字列を該当する符号列に変換する
ことを特徴とする請求項1に記載の情報変換方法。
In the storage unit,
Unit conversion information for converting the unit described in the information into a code is further stored,
The information converter is
The information conversion method according to claim 1, wherein a character string of a unit is converted into a corresponding code string based on the unit conversion information.
前記記憶部には、
データの種類と、文字列の色とが対応付けられている文字列色情報が、さらに格納されており、
前記情報変換装置が、
前記文字列色情報を基に、データの種類に対応した色に文字列の色を変換する
ことを特徴とする請求項1に記載の情報変換方法。
In the storage unit,
String color information that associates the type of data with the color of the string is further stored,
The information converter is
The information conversion method according to claim 1, wherein the color of the character string is converted to a color corresponding to a type of data based on the character string color information.
前記記憶部には、前記情報を閲覧可能な人物に関する閲覧者情報が、さらに格納されており、
前記情報変換装置が、
前記情報を閲覧しようとしている閲覧希望者の属性情報を入力し、
前記閲覧希望者の属性情報と、前記閲覧者情報とを比較し、
前記比較の結果、前記閲覧希望者が、閲覧可能な人物である場合、前記情報の変換を行わない
ことを特徴とする請求項1に記載の情報変換方法。
The storage unit further stores viewer information regarding a person who can browse the information,
The information converter is
Enter the attribute information of the person who wants to browse the information,
Compare the attribute information of the person who wants to browse and the viewer information,
The information conversion method according to claim 1, wherein, as a result of the comparison, the information conversion is not performed when the person who wants to browse is a person who can browse.
情報の変換を行う情報変換装置における情報変換方法であって、
前記情報変換装置は、
記憶部に、前記情報に記述されている第1の文字列と、前記第1の文字列とは異なる第2の文字列とが対応付けられている文字列変換情報を格納しており、
前記情報変換装置が、
前記文字列変換情報を基に、変換対象となる文字列を別の文字列に変換する
ことを特徴とする情報変換方法。
An information conversion method in an information conversion apparatus for converting information,
The information conversion device includes:
The storage unit stores character string conversion information in which a first character string described in the information is associated with a second character string different from the first character string,
The information converter is
An information conversion method comprising: converting a character string to be converted into another character string based on the character string conversion information.
情報の変換を行う情報変換装置における情報変換方法であって、
前記情報変換装置が、
変換対象となる文字列をランダムな符号列に変換する
ことを特徴とする情報変換方法。
An information conversion method in an information conversion apparatus for converting information,
The information converter is
An information conversion method characterized by converting a character string to be converted into a random code string.
請求項1から請求項6のいずれか一項に記載の情報変換方法をコンピュータに実行させるためのプログラム。   The program for making a computer perform the information conversion method as described in any one of Claims 1-6. 情報の変換を行う情報変換装置であって、
前記情報に記述されている文字列と、該文字列が示す属性とが対応付けられている文字列−属性対応情報を格納しているとともに、前記属性と、符号列とが対応付けられた属性変換情報を格納する記憶部と、
前記文字列−属性対応情報から、予め指定されている、変換対象となる文字列に該当する属性を取得し、前記属性変換情報から、前記取得した属性に対応する符号列を取得し、前記取得した符号列を前記変換対象となる文字列の前に付加し、前記符号列が付加された変換対象となる文字列のうちの文字列部分をランダムな符号列に変換する情報変換部と、
を有することを特徴とする情報変換装置。
An information conversion device for converting information,
The character string-attribute correspondence information in which the character string described in the information is associated with the attribute indicated by the character string, and the attribute is associated with the code string A storage unit for storing conversion information;
The attribute corresponding to the character string to be converted that is designated in advance is acquired from the character string-attribute correspondence information, the code string corresponding to the acquired attribute is acquired from the attribute conversion information, and the acquisition An information converter that adds the code string before the character string to be converted, and converts a character string portion of the character string to be converted to which the code string is added into a random code string;
An information conversion apparatus comprising:
前記情報に記述されている文字列と、該文字列が示す属性とが対応付けられている文字列−属性対応情報を格納している文字列−属性対応データベースと、
前記属性と、符号列とが対応付けられた属性変換情報を格納している属性変換データベースと、
前記文字列−属性対応データベースから、変換対象となる文字列に該当する属性を取得し、前記属性変換データベースから、前記取得した属性に対応する符号列を取得し、前記取得した符号列を前記変換対象となる文字列の前に付加し、前記変換対象となる文字列をランダムな符号列に変換する情報変換装置と、
を有することを特徴とする情報変換システム。
A character string-attribute correspondence database storing character string-attribute correspondence information in which a character string described in the information is associated with an attribute indicated by the character string;
An attribute conversion database storing attribute conversion information in which the attribute is associated with a code string;
An attribute corresponding to a character string to be converted is acquired from the character string-attribute correspondence database, a code string corresponding to the acquired attribute is acquired from the attribute conversion database, and the acquired code string is converted to the conversion An information converter for adding the character string to be converted and converting the character string to be converted into a random code string;
An information conversion system comprising:
JP2010120162A 2010-05-26 2010-05-26 Information converting method, program, information converting device and information converting system Pending JP2011248561A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010120162A JP2011248561A (en) 2010-05-26 2010-05-26 Information converting method, program, information converting device and information converting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010120162A JP2011248561A (en) 2010-05-26 2010-05-26 Information converting method, program, information converting device and information converting system

Publications (1)

Publication Number Publication Date
JP2011248561A true JP2011248561A (en) 2011-12-08

Family

ID=45413750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010120162A Pending JP2011248561A (en) 2010-05-26 2010-05-26 Information converting method, program, information converting device and information converting system

Country Status (1)

Country Link
JP (1) JP2011248561A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10915427B2 (en) 2017-02-22 2021-02-09 Mitsubishi Electric Corporation Equivalence verification apparatus and computer readable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10915427B2 (en) 2017-02-22 2021-02-09 Mitsubishi Electric Corporation Equivalence verification apparatus and computer readable medium

Similar Documents

Publication Publication Date Title
US20120278743A1 (en) Common interface for multiple network services
JP2011081575A (en) Profile information management system
JP2008027380A (en) System, program and method for supporting answer to inquiry regarding digital content
JP6852483B2 (en) Data management system, data management method and data management program
JP5307199B2 (en) Data management system and data management method
JP2011123604A (en) Database system, server device, terminal device, and program
WO2018110352A1 (en) Content encapsulation structure and content provision method and system using same
JP2011186768A (en) File management system, information processor, and information processing method
JP3221969U (en) Encryption Gallery Management System
JP2011248561A (en) Information converting method, program, information converting device and information converting system
JP2024031109A (en) Contract template management program, information processing device, information processing system and information processing method
JP2016515740A (en) Smart navigation service
JP6413540B2 (en) Relay device, data processing system, and program
Hausenblas On entities in the web of data
JP7249452B1 (en) CONTRACT CONCLUSION PROGRAM, INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING METHOD
JP2008140202A (en) Information provision controller, information provision control method and program
JP7422111B2 (en) Program, information processing device and information processing method
JP6289431B2 (en) Entrance application management apparatus, control method and program thereof
JP2024152100A (en) Contract management program, information processing device, manufacturing method, and information processing method
JP7176140B1 (en) Program, information processing device, information processing method
JP6192227B2 (en) Password story generation device and password story generation program
JP2024119336A (en) Contract management program, manufacturing method, information processing device, and information processing method
JP2011044015A (en) Item management server and item management system
JP2023179028A (en) Program, information processing apparatus, information processing system, information processing method, and information processing terminal
JP5292497B2 (en) Database system