JP2019136916A - Notebook - Google Patents

Notebook Download PDF

Info

Publication number
JP2019136916A
JP2019136916A JP2018021228A JP2018021228A JP2019136916A JP 2019136916 A JP2019136916 A JP 2019136916A JP 2018021228 A JP2018021228 A JP 2018021228A JP 2018021228 A JP2018021228 A JP 2018021228A JP 2019136916 A JP2019136916 A JP 2019136916A
Authority
JP
Japan
Prior art keywords
column
password
character string
notebook
printed
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
JP2018021228A
Other languages
Japanese (ja)
Inventor
有悟 藤田
Yugo Fujita
有悟 藤田
道夫 樋口
Michio Higuchi
道夫 樋口
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.)
Cyberresearch Inc
Original Assignee
Cyberresearch Inc
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 Cyberresearch Inc filed Critical Cyberresearch Inc
Priority to JP2018021228A priority Critical patent/JP2019136916A/en
Publication of JP2019136916A publication Critical patent/JP2019136916A/en
Pending legal-status Critical Current

Links

Abstract

To provide a notebook suitable for managing a password.SOLUTION: A notebook according to embodiments of the present invention comprises a table of random numbers for designating a character string that constitutes a password, and a record column for recording information indicative of the password for each account. The table of random numbers has a character string column, a row coordinate column, and a line coordinate column, the character string column having a plurality of squares arranged vertically and horizontally with a character string that constitutes a part of the password being printed in each square, the row coordinate column having the number of squares corresponding to the number of rows of the squares in the character string column with a row display symbol indicative of the row being printed in each square, and the line coordinate column having the number of squares corresponding to the number of lines of the squares in the character string column with a line display symbol indicative of the line being printed in each square.SELECTED DRAWING: Figure 2

Description

本発明は、インターネット上でのサービスに用いるパスワードの管理に適した手帳に関する。   The present invention relates to a notebook suitable for managing passwords used for services on the Internet.

近年、インターネットを利用した様々なサービスが提供されている。通常、このようなインターネット上でのサービスでは、会員登録等を行い、ログインIDとそれに紐づいたパスワードを入力することによって、利用者に固有のアカウント情報を用いたサービスが利用可能となる。   In recent years, various services using the Internet have been provided. Usually, in such a service on the Internet, membership registration or the like is performed, and a login ID and a password associated therewith are input, so that a service using account information unique to the user can be used.

多くの場合、ログインIDに紐づけるパスワードは、利用者が設定できるように構成されているが、利用者は、自身が覚えやすいパスワードを設定しがちである。例えば、誕生日等の日付、氏名やニックネーム、その他の実在する単語、あるいはこれらの組み合わせに由来する文字列が、パスワードとして設定されることが多い。また、ログインIDやパスワードが不明にならないように、サイト名、URL、ID、パスワードなどの情報を記録するための手帳が提案されている(例えば特許文献1)。   In many cases, the password associated with the login ID is configured to be set by the user, but the user tends to set a password that can be easily remembered by the user. For example, a date such as a birthday, a name or a nickname, other real words, or a character string derived from a combination thereof is often set as a password. In addition, a notebook for recording information such as a site name, URL, ID, and password has been proposed so that the login ID and password are not unknown (for example, Patent Document 1).

特開2010−195024号公報JP 2010-195024 A

ところで、他人のログインIDを用いて不正にインターネット上のサービスに侵入するハッキング行為が問題となっているが、ハッキングの手口として、大量に準備したログインIDとパスワードの候補をランダムに組み合わせて何度もログインを試みる、いわゆる「総当たり攻撃」や「辞書攻撃」といった方法がある。複数のサービスで、同じIDとパスワードの組み合わせを使いまわしていることが少なくないことから、1つのサービスでログインIDとパスワードの組み合わせを他人に知られてしまうと、他のサービスでも不正な侵入が行われる可能性が高まり、被害が拡大する恐れがある。   By the way, there is a problem of hacking that illegally intrudes into services on the Internet using another person's login ID, but as a hacking technique, a large number of login IDs and password candidates prepared in combination are randomly combined. There are also so-called “brute force attacks” and “dictionary attacks” that attempt to log in. Since it is not uncommon for multiple services to use the same ID / password combination, if one user knows the login ID / password combination, other services will also make unauthorized intrusions. There is a risk that damage will be increased.

上記のハッキングの方法では、ログインIDとパスワードをランダムに組み合わせることから、偶然によりログインIDとパスワードの正しい組み合わせが試行される場合があるため、いくらパスワードが漏洩しないように対策しても不正を防ぐことは難しい。上述の日付や単語等は、利用者が思いつきやすく覚えやすい反面、試行するパスワードに含まれる可能性が高く、ハッキングされやすい傾向がある。一方、意味のない文字列、「%」や「$」といった各種の記号を含む文字列等は、利用者にとっては覚えにくく、容易に作成できるものでもないが、試行するパスワードに含まれにくく、ハッキングされにくい傾向がある。   In the above hacking method, since the login ID and password are randomly combined, the correct combination of the login ID and password may be attempted by chance, so even if measures are taken to prevent leakage of the password, fraud is prevented. It ’s difficult. The above-mentioned dates, words, etc. are easy to remember and easy to remember, but are likely to be included in the password to be tried and tend to be hacked. On the other hand, meaningless character strings, character strings containing various symbols such as “%” and “$”, etc. are difficult for a user to remember and cannot be easily created, but are not easily included in a password to be tried. There is a tendency not to be hacked.

このように、パスワードの作りやすさ覚えやすさとハッキングのされやすさとはトレードオフの関係にあるが、これらを両立できることが望ましい。   As described above, there is a trade-off between the ease of creating a password and the ease of remembering and the ease of hacking.

本発明は、上記課題の解決のためになされたものであり、パスワードの管理に適した手帳を提供することを目的とする。   The present invention has been made to solve the above-described problems, and an object thereof is to provide a notebook suitable for password management.

上記の課題を解決すべく、本発明の実施形態に係る手帳は、パスワードを構成する文字列を指定する乱数表と、パスワードを示す情報をアカウント毎に記録するための記録欄とを備える。乱数表は、縦横に並んだ複数のマス目を有し、各マス目にパスワードの一部を構成する文字列が印刷された文字列欄と、文字列欄におけるマス目の列の数に応じた数のマス目を有し、各マス目に列を示す列表示記号が印刷された列座標欄と、文字列欄におけるマス目の行の数に応じた数のマス目を有し、各マス目に行を示す行表示記号が印刷された行座標欄とを有する。   In order to solve the above problems, a notebook according to an embodiment of the present invention includes a random number table that specifies a character string that constitutes a password, and a recording field for recording information indicating the password for each account. The random number table has a plurality of cells arranged vertically and horizontally, and each character corresponds to the number of columns in the character string column in which the character string constituting a part of the password is printed in each cell and the character string column. A column coordinate field in which a column display symbol indicating a column is printed in each cell, and a number of cells corresponding to the number of cells in the character string column, And a line coordinate column in which a line display symbol indicating a line is printed.

手帳1の外観を示す斜視図である。1 is a perspective view showing an appearance of a notebook 1. 手帳用紙10の見開き状態を示す平面図である。3 is a plan view showing a spread state of the notebook paper 10. FIG. 乱数表102の変形例を示す図である。It is a figure which shows the modification of the random number table. 手帳1の使用例を示す図である。It is a figure which shows the usage example of the notebook 1. FIG.

以下、図面を参照して本発明の実施の形態に係る手帳1を説明する。   Hereinafter, a notebook 1 according to an embodiment of the present invention will be described with reference to the drawings.

図1は、手帳1の外観を示す斜視図である。手帳1は、複数の手帳用紙10が表紙カバー11内にとじ込まれ、冊子状に製本されている。図2は、手帳用紙10の見開き状態を示す平面図である。見開き状態における左ページ10Lの上部には、カレンダー欄101が配され、下部には乱数表102が配される。また、見開き状態における右ページ10Rには、記録欄103が配される。   FIG. 1 is a perspective view showing the appearance of the notebook 1. The notebook 1 is bound in a booklet form by binding a plurality of notebook papers 10 into a cover cover 11. FIG. 2 is a plan view showing a spread state of the notebook paper 10. A calendar column 101 is arranged at the top of the left page 10L in the spread state, and a random number table 102 is arranged at the bottom. A recording field 103 is arranged on the right page 10R in the spread state.

カレンダー欄101には、1カ月毎のカレンダーが印刷されており、スケジュール等を自由に記入することができる。乱数表102は、パスワードを構成する文字列を指定する。乱数表102は、縦横に並んだ複数のマス目を有しており、行座標欄102a、列座標欄102b、および文字列欄102cで構成される。図2の例では、乱数表102の最左列が行座標欄102aであり、最上行が列座標欄102bである。また、乱数表102における行座標欄102a及び列座標欄102b以外の部分が文字列欄102cである。   A calendar for each month is printed in the calendar column 101, and a schedule or the like can be freely entered. The random number table 102 designates a character string that constitutes a password. The random number table 102 has a plurality of cells arranged vertically and horizontally, and includes a row coordinate column 102a, a column coordinate column 102b, and a character string column 102c. In the example of FIG. 2, the leftmost column of the random number table 102 is the row coordinate column 102a, and the top row is the column coordinate column 102b. Further, the portion other than the row coordinate column 102a and the column coordinate column 102b in the random number table 102 is a character string column 102c.

文字列欄102cは、縦横に並んだ複数のマス目(セル)により構成される。各マス目には、それぞれパスワードの一部を構成する文字列が印刷されている。文字列は、アルファベット、数字、及び記号をランダムに並べたものとするとよい。文字列は、全てのマス目で異なっていてもよいし、一部のマス目では共通としてもよい。文字列は、全てのマス目で共通の文字数(例えば4文字)の文字列としてもよいし、共通の文字数としなくてもよい。乱数表102は毎月異なることが好ましい。   The character string column 102c is composed of a plurality of cells (cells) arranged vertically and horizontally. Each square is printed with a character string constituting a part of the password. The character string may be a random arrangement of alphabets, numbers, and symbols. The character string may be different for all squares, or may be common for some squares. The character string may be a character string having the same number of characters (for example, four characters) in all squares, or may not be the same number of characters. The random number table 102 is preferably different every month.

行座標欄102aは、文字列欄102cにおけるマス目の行の数に応じた数のマス目を有する。行座標欄102aを構成する各マス目には、文字列欄102cの行を示す行表示記号が印刷されている。同様に、列座標欄102bは、文字列欄102cにおけるマス目の列の数に応じた数のマス目を有し、列座標欄102bを構成する各マス目には、文字列欄102cの列を示す列表示記号が印刷されている。行表示記号と列表示記号の組み合わせにより、文字列欄102cのマス目を特定することができる。行表示記号及び列表示記号は、数字の「1」、「2」、「3」、あるいはアルファベットの「A」、「B」、「C」のように、連続性のある一連の文字としてもよいが、ランダムな文字としてもよい。また、行表示記号及び列表示記号は、図3に示した乱数表102の変形例に示されるように、文字に限らず、記号や絵であってもよい。   The line coordinate field 102a has a number of cells corresponding to the number of cells in the character string field 102c. A row display symbol indicating a row of the character string column 102c is printed on each square constituting the row coordinate column 102a. Similarly, the column coordinate column 102b has a number of cells corresponding to the number of columns in the character string column 102c, and each cell constituting the column coordinate column 102b includes a column of the character string column 102c. The column display symbol indicating is printed. The square of the character string column 102c can be specified by the combination of the row display symbol and the column display symbol. The row display symbol and the column display symbol may be a series of continuous characters such as the numbers “1”, “2”, “3”, or the alphabet “A”, “B”, “C”. Although it is good, it is good also as a random character. Further, the row display symbol and the column display symbol are not limited to characters but may be symbols and pictures as shown in the modification of the random number table 102 shown in FIG.

記録欄103は、パスワードを示す情報をアカウント毎に記録しておくための欄であり、アカウント(インターネット上でのサービスの名称)毎に、日付、パスワード配列、メモ等を記入する欄が設けられる。   The recording column 103 is a column for recording information indicating a password for each account, and a column for entering a date, a password arrangement, a memo, and the like is provided for each account (name of service on the Internet). .

続いて、以上のように構成される手帳1の使用方法を説明する。インターネット上でのサービスの利用登録や設定変更において、新たにパスワードを設定する状況を想定する。このような状況において、利用者は、手帳1におけるパスワードを設定する日に対応する月のページを開き、設定するパスワードの文字数の範囲に応じて、文字列欄102cから必要な数のマス目を選択する。選択した複数のマス目の文字列を繋げた文字列が作成されたパスワードとなる。そして、各マス目を特定するための行表示記号及び列表示記号を、記録欄103のパスワード配列の欄に記入する。同時に、アカウント、日付等も記入する。このようにして作成したパスワードを、当該アカウントに設定する。パスワードを思い出す必要がある時には、記録欄103に記入してある日付に対応する月の乱数表102からパスワード配列に対応するマス目の文字列を特定することで、複雑なパスワードを簡単に思い出すことができる。   Then, the usage method of the notebook 1 comprised as mentioned above is demonstrated. Assume a situation in which a new password is set when registering service usage or changing settings on the Internet. In such a situation, the user opens the page of the month corresponding to the date for setting the password in the notebook 1, and according to the range of the number of characters of the password to be set, the required number of squares from the character string column 102c. select. A password is created by connecting a plurality of selected squares. Then, a row display symbol and a column display symbol for specifying each square are entered in the password array column of the recording column 103. At the same time, enter the account, date, etc. The password created in this way is set for the account. When you need to remember your password, you can easily remember your complex password by identifying the character string corresponding to the password array from the random number table 102 for the month corresponding to the date entered in the record field 103 Can do.

図4は、手帳1の具体的な使用例を示している。すなわち、手帳1の2018年1月のページの記入欄103には、SNSサービスAについて2018年1月10日に作成したパスワードを示すパスワード配列として、「C4E2B7」が記入されている。このパスワード配列が示すパスワードは、行表示記号と列表示記号の組み合わせが「C4」、「E2」、及び「B7」である乱数表102のマス目の文字列を順に並べたものとして特定することができる。乱数表102の「C4」、「E2」、及び「B7」の文字列は、それぞれ「$Jm8」、「To7#」、及び「?2Cf」であるから、SNSサービスAについて設定されたパスワードが「$Jm8To7#?2Cf」であることがわかる。SNSサービスB、ストレージサービスCについても、それぞれ日付やパスワード配列が記入され、乱数表102に基づきパスワードを特定することが可能である。   FIG. 4 shows a specific usage example of the notebook 1. That is, “C4E2B7” is entered in the entry column 103 of the January 2018 page of the notebook 1 as a password array indicating the password created on January 10, 2018 for the SNS service A. The password indicated by the password array is specified as a sequence of character strings in the squares of the random number table 102 in which the combination of the row display symbol and the column display symbol is “C4”, “E2”, and “B7”. Can do. Since the character strings “C4”, “E2”, and “B7” in the random number table 102 are “$ Jm8”, “To7 #”, and “? 2Cf”, respectively, the password set for the SNS service A is It can be seen that “$ Jm8To7 #? 2Cf”. Also for the SNS service B and the storage service C, dates and password arrays are entered, respectively, and the password can be specified based on the random number table 102.

なお、上記の使用方法は一例であり、これとは異なる方法で使用してもよい。例えば、作成したパスワードを示すパスワード配列として、行表示記号と列表示記号の組み合わせの他に、任意の文字や記号を含めてもよい。すなわち、パスワード配列として「C4hE2」と記録欄103に記入してある場合に、乱数表102の「C4」に印刷された「$Jm8」、文字「h」、及び乱数表102の「E2」印刷された「To7#」を順に並べた「$Jm8hTo7#」をパスワードとして特定するように用いてもよい。   In addition, said usage method is an example and you may use it by a different method. For example, an arbitrary character or symbol may be included in addition to the combination of the row display symbol and the column display symbol as the password array indicating the created password. That is, when “C4hE2” is entered in the recording field 103 as the password array, “$ Jm8” printed on “C4” in the random number table 102, the letter “h”, and “E2” printed on the random number table 102 “$ Jm8hTo7 #” in which the ordered “To7 #” is arranged may be used as a password.

また、行表示記号及び列表示記号の組み合わせについては手帳1に記入せずに利用者自身が覚えておくこととし、記録欄103にアカウントとパスワードを作成した日付だけを記入してもよい。この場合、パスワードを思い出す必要がある時には、当該アカウントのパスワードを作成した日付に対応する月の乱数表102を参照して、パスワードの文字列を特定するとよい。   Further, the combination of the row display symbol and the column display symbol may be remembered by the user himself without entering it in the notebook 1, and only the date when the account and password are created may be entered in the recording field 103. In this case, when it is necessary to remember the password, the password character string may be specified by referring to the random number table 102 of the month corresponding to the date when the password of the account is created.

以上で説明したように、本発明の実施形態に係る手帳によれば、ハッキングが困難な複雑なパスワードを簡単に作成することができるだけでなく、作成したパスワードを忘れないようにパスワード配列として記録しておくことができる。乱数表を毎月異なるようにすることで、同じパスワードが複数のアカウントに用いられにくくすることができ、1つのアカウントがハッキングされた場合でも、その影響が他のアカウントに及ぶことを防ぐことができる。   As described above, according to the notebook according to the embodiment of the present invention, it is possible not only to easily create a complicated password that is difficult to hack, but also to record the created password as a password array so as not to forget it. I can keep it. By making the random number table different every month, the same password can be made difficult to be used for multiple accounts, and even if one account is hacked, the effect can be prevented from affecting other accounts. .

なお、上記に本発明の実施形態を説明したが、本発明はこれらの例に限定されるものではない。たとえば、手帳用紙10のレイアウトは任意である。また、冊子状の手帳としての提供に限らず、手帳用紙10を差し替え可能ないわゆるリフィル形式で提供してもよい。また、前述の実施形態に対して、当業者が適宜、構成要素の追加、削除、設計変更を行ったものや、各実施形態の特徴を適宜組み合わせたものも、本発明の要旨を備えている限り、本発明の範囲に含有される。   In addition, although embodiment of this invention was described above, this invention is not limited to these examples. For example, the layout of the notebook paper 10 is arbitrary. Moreover, it is not limited to providing as a booklet notebook, but may be provided in a so-called refill format in which the notebook paper 10 can be replaced. Further, those in which those skilled in the art appropriately added, deleted, and changed the design of the above-described embodiments, and combinations of the features of each embodiment as appropriate also have the gist of the present invention. As long as it is included in the scope of the present invention.

1 手帳
10 手帳用紙
101 カレンダー欄
102 乱数表
103 記録欄

1 notebook 10 notebook paper 101 calendar field 102 random number table 103 record field

Claims (1)

パスワードを構成する文字列を指定する乱数表と、
前記パスワードを示す情報をアカウント毎に記録するための記録欄と
を備える手帳であって、
前記乱数表は、
縦横に並んだ複数のマス目を有し、各マス目にパスワードの一部を構成する文字列が印刷された文字列欄と、
前記文字列欄におけるマス目の列の数に応じた数のマス目を有し、各マス目に列を示す列表示記号が印刷された列座標欄と、
前記文字列欄におけるマス目の行の数に応じた数のマス目を有し、各マス目に行を示す行表示記号が印刷された行座標欄と
を有することを特徴とする手帳。

A random number table that specifies the strings that make up the password;
A notebook provided with a recording field for recording information indicating the password for each account,
The random number table is
A character string field having a plurality of cells arranged vertically and horizontally, each character having a character string forming a part of the password printed on each cell,
A column coordinate column having a number of cells corresponding to the number of cells in the character string column, and a column display symbol indicating a column printed on each cell;
A notebook having a number of cells corresponding to the number of cells in the character string field, and a line coordinate field in which a line display symbol indicating a line is printed in each cell.

JP2018021228A 2018-02-08 2018-02-08 Notebook Pending JP2019136916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018021228A JP2019136916A (en) 2018-02-08 2018-02-08 Notebook

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018021228A JP2019136916A (en) 2018-02-08 2018-02-08 Notebook

Publications (1)

Publication Number Publication Date
JP2019136916A true JP2019136916A (en) 2019-08-22

Family

ID=67692758

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018021228A Pending JP2019136916A (en) 2018-02-08 2018-02-08 Notebook

Country Status (1)

Country Link
JP (1) JP2019136916A (en)

Similar Documents

Publication Publication Date Title
US9117068B1 (en) Password protection using pattern
Collins et al. Demarcating fringe science for policy
JP2019136916A (en) Notebook
JP5692855B2 (en) Password setting tool
Kemper Cultural hybridity, resilience and the communication of contemporary Cherokee culture through mobile technologies
Bonavoglia The cifra delle caselle a xvi century superencrypted cipher
Gallop Royal Minangkabau seals: Disseminating authority in Malay borderlands
Sohoni Colonial and postcolonial debates about polygraphia in Marathi
CN101242280B (en) Dynamic password device
JP7037221B2 (en) Password management tool, mask set and password management method
EP3673479A1 (en) Device using rotating disks for encrypting and storing a password
JP5834265B2 (en) memorandum
Lamal Italian News Networks
Smith Of heretics and heroes
Kollár Soviet VIC Cipher: No Respector of Kerckoff's Principles
Cruickshank Chipped Old Blocks and Battered Old Type: Piracy in Golden-Age Spain
Fordham How strong are your passwords?
JP2022061444A (en) Password translation table
Lonoff An Anne Brontë Whodunit
Blayney Initials Within Initials
JP2017194816A (en) Security information management diagram
Blayney The Flowers in The Muses Garland
van Koningsveld et al. Material Aspects and Script
KR20190120646A (en) Means for generating and memorizing password and method for generating the means
Dooley et al. Cipher Mysteries