2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Visualization of Code-Breaking RSA Group Name RSA C

Size: px
Start display at page:

Download "2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Visualization of Code-Breaking RSA Group Name RSA C"

Transcription

1 2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name RSA Group Name RSA Code Elliptic Curve Cryptograrhy Group /Project No. 13-B /Project Leader Takahiro Okubo /Group Leader Takumi Ito /Group Member Takumi Ito Hanako Hakodate Yoshitaka Nagai Manami Oikawa Masaaki Shirase Advisor Osamu Konishi Date of Submission January 18, 2012

2 RSA 4 RSA RSA RSA RSA RSA RSA - i -

3 Abstract This project implements a device for person who are not interested in cryptography to enjoy by visualization of break. Then, we divide into four groups, Birthday paradox, RSA cryptography, Elliptic Curve Cryptography, Implementation and learn it about a code the first term. The RSA cryptograph group and the Elliptic Curve Cryptography were united and learned the second term. RSA cryptography is generally used widely because safety is secured by the hardness prime factoring of big numerical. Elliptic Curve Cryptography is a relatively new cryptography. Elliptic Curve Cryptography can handle the processing that is equal to RSA cryptography in short time. Attacker of Symmetric key cryptography which many persons images needs thought such as the Frequency analysis. On the other hand, public key cryptosystems such as RSA and elliptic curve cryptographies can decipher by using a way of thinking of Birthday paradox. Therefore the birthday paradox is very important in the fild of the cryptography. We want to implement plain visualization of the decryption by this project. Keyword Public key cryptosystem, Birthday Paradox, RSA cryptography, Elliptic Curve Cryptography - ii -

4 DES RSA RSA iii -

5 RSA iv -

6 A 50 B v -

7 Group Report of 2011 SISP Group Number 13-B

8 2 2.1 RSA 2.2 RSA 3 4 RSA RSA 3 RSA RSA RSA RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

9 ipad Group Report of 2011 SISP Group Number 13-B

10 3 ipad RSA PARI/GP RSA RSA PARI/GP RSA 3.2 PARI/GP Group Report of 2011 SISP Group Number 13-B

11 ( ) Group Report of 2011 SISP Group Number 13-B

12 RSA ElGamal DES 64bit 64bit 64bit 1024bit ElGamal 1024bit 2024bit 1024bit RSA RSA RSA ElGamal, Group Report of 2011 SISP Group Number 13-B

13 4.9 DES 4.10 DES DES DES DES 3 DES UNIX DES UNIX DES /etc/passwd UNIX 8 DES 56 DES Group Report of 2011 SISP Group Number 13-B

14 4.12 IC Group Report of 2011 SISP Group Number 13-B

15 Group Report of 2011 SISP Group Number 13-B

16 DES Group Report of 2011 SISP Group Number 13-B

17 5 RSA Ronald Rivest Adi Shamir Leonard Adleman RSA 5.1 RSA RSA RSA 5.2 RSA 1 p q 2 n = p q (n) (p 1)(q 1) n 3.gcd, ( ) 1 e( ) gcd e n e,n 4 de mod (n) d d n d,n 5 e,n p,q,d 5.3 ( ) Group Report of 2011 SISP Group Number 13-B

18 (1. C = M e mod n (2. M = C d mod n RSA RSA RSA RSA, RSA n d n f(x) ( ) X X0 Xi = f(xi 1) mod n X0 = 2, f(x) = X 2 + 1, n=1133 X0 = 2, X1 = 5, X2 = 26, X3 = Y i = Xi mod d d=11 Yi Y 0 = 2, Y 1 = 5, Y 2 = 4, Y 3 = 6... Xi = f(xi 1) mod n Yi d f(y i 1) d ( d ) i j Y i = Y j t Y i + t = Y j + t Yi Yj Xi = Xj(mod d) d Xi Xj Xi Xj gcd(n, Xi Xj) n c c j-i i j Group Report of 2011 SISP Group Number 13-B

19 RSA RSA p q p = 7, q = 13 n = p q = 72 e = 5 (n) = (p 1) (q 1) = 220 e 1 ed 1(mod ( )) n d d = 29 e n (e, n) = (5, 72) n x e (mod n) x = 33 e (mod n) = 335(mod 72) = 6 6 d 6 d (mod n) = 33 d (n) = 72 (n) n Group Report of 2011 SISP Group Number 13-B

20 n p q (n) Group Report of 2011 SISP Group Number 13-B

21 ( ) 6.4 Group Report of 2011 SISP Group Number 13-B

22 7 7.1 RSA RSA RSA C ASCII RSA p,q N e d e (p 1) (q 1) d (p 1) (q 1) e d RSA N 7.2 a, b (a b) a b r a b b r b r r 0 a b m, n (m n) 2. n = 0 m 3. m n n n m 2. Group Report of 2011 SISP Group Number 13-B

23 7.3 m, n gcd(m,n) am + bn = gcd(m, n) a, b = = = = = ( ) = m, n 1 am + bn = c c (a, b) e d 7.4 p=7 q=13 e=5 April P r e s s ASCII 33 e mod N) Group Report of 2011 SISP Group Number 13-B

24 j * x (p 1)*(q 1) e d (p 1) (q 1) = 6 12 = 72 e = 5 72 = = = = 5 ( ) 2 = d = j * x d P r e s s Group Report of 2011 SISP Group Number 13-B

25 7.6 p q N e p q d N N=91 e=7 Me[6vC N f(x) = x2 + 1 mod N x = 2 y = 2 d = 1 x = f(x) = 5 y = f(f(y)) = f(5) = 26 d = gcd( x y, N) = gcd(21, 91) = 7 p = 7 q f(x) = x mod N x = f(x) = 14 y = f(f(y)) = f(14) = 24 d = gcd( x y, N) = gcd(10, 91) = 1 d 1 x = f(x) = 24 Group Report of 2011 SISP Group Number 13-B

26 y = f(f(y)) = f(40) = 63 d = gcd( x y, N) = gcd(39, 91) = 13 q = 13 p q e d (p 1) (q 1) = 6 12 = 72 e = 7 72 = = = = 7 ( ) 3 = d = M e [ 6 v C d w e i g h t Group Report of 2011 SISP Group Number 13-B

27 8 8.1 y 2 = x 3 + ax + b 4a b x y E : y 2 = x 3 + ax + b P Q R = P + Q 1. P Q L 2. E L R 3.R x R R R R = R R P + Q E : y 2 = x 3 + ax + b P(x1,y1) Q(x2,y2) R(x3,y3) Group Report of 2011 SISP Group Number 13-B

28 P Q x3 = 2 x1 x2 y3 = (x1 x3) y1 = (y2 y1)/(x2 x1) P Q x3 = 2 2x1 y3 = (x1 x3) y1 = (3x1 2 + a)/2y1 8.4 x y E : y 2 = x 3 + ax + b P S = 2P 1. P 2. E S 3.S x S S P 2P 8.5 P d P d d * P = P + + P d * P d? 1 8 * P = P + P + P + P + P + P + P + P Group Report of 2011 SISP Group Number 13-B

29 8 * P = 2 * (2 * (2 * P)) 8.6 Z p Z mod p m ( p - 1)2 m ( p + 1)2 P Q ip = Q i 8.7 y 2 = x 3 + ax + b P s s Q Q = sp Q P s P Q s s P Q s 8.8 RSA Group Report of 2011 SISP Group Number 13-B

30 RSA RSA RSA RSA k P, Q = kp, y 2 = x 3 + ax + b ( ) Group Report of 2011 SISP Group Number 13-B

31 ( ) X r A = rp B = X + rq A B (A,B) ( ) k B ka B ka = (X + rq) k(rp ) = X + rkp krp = X P, Q = kp, y 2 = x 3 + x + b k = 13 P = (1, 1) P = (1, 1), 2P = (2, 16), 3P = (13, 9), 4P = (16, 8), 5P = (11, 7) 6P = (18, 4), 7P = (7, 8), 8P = (15, 8), 9P = (8, 5), 10P = (8, 14) 11P = (15, 11), 12P = (7, 11), 13P = (18, 15), 14P = (11, 12), 15P = (16, 11) 16P = (13, 10), 17P = (2, 3), 18P = (1, 18), 19P = (0, 0) 19 Q = kp = 13P = 13(1, 1) = (18, 15) X = (15, 11) r = 3 A = rp = 3(1, 1) = (13, 9) B = X + 3 Q = (15, 11) + 3(18, 15) = (15, 11) P = (15, 11) + (13, 10) = (9, 2) = ((13, 9), (9, 2)) k = 13 (9, 2) 13(13, 9) = (9, 2) (13, 10) = ( 4, 8) = (19 4, 19 8) = (15, 11) Group Report of 2011 SISP Group Number 13-B

32 = X 8.10 PARI/GP s p q q = sp p q s p q p 100 p = ; p = nextprime(p); q = p + 1 ellap(e, p); P (x, y) x = Mod(1, p); y = Mod(2, p); s s = 1 + random(q 1); m p m m = random(p); m m C1 r = 1 + random(q 1); C1 = ellpow(e, P, r); Group Report of 2011 SISP Group Number 13-B

33 a b a1 b1 A1 q A1 = f(a1, b1, R1); a = A[1]b=A[2]a1 = A1[1]b1=A1[2] a b a1 b1 s s1 if(gcd(b b1, l) == 1, s1 = Mod((a1 a)/(b b1), l); s1 = lift(s1); s1 s s1 s s m Group Report of 2011 SISP Group Number 13-B

34 PARI/GP 6 RSA 7 RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

35 4 PARI/GP PARI/GP PARI/GP 5 RSA RSA Mod PARI/GP PARI/GP 6 RSA PARI/GP RSA Mod RSA Group Report of 2011 SISP Group Number 13-B

36 1 4 PARI/GP PARI/GP PARI/GP 5 RSA RSA Mod PARI/GP PARI/GP 6 RSA PARI/GP Mod RSA Group Report of 2011 SISP Group Number 13-B

37 10 11 RSA PARI/GP PARI/GP PARI/GP 5 RSA RSA Mod Group Report of 2011 SISP Group Number 13-B

38 PARI/GP PARI/GP C 9 RSA RSA RSA 10 RSA Java Java C RSA 11 Group Report of 2011 SISP Group Number 13-B

39 RSA 12 RSA RSA 1 4 PARI/GP PARI/GP PARI/GP 5 RSA RSA Mod PARI/GP PARI/GP 6 7 Group Report of 2011 SISP Group Number 13-B

40 SAR SAR 11 SAR 12 Group Report of 2011 SISP Group Number 13-B

41 RSA RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

42 Group Report of 2011 SISP Group Number 13-B

43 RSA Group Report of 2011 SISP Group Number 13-B

44 i Pad Group Report of 2011 SISP Group Number 13-B

45 Group Report of 2011 SISP Group Number 13-B

46 RSA i Pad Group Report of 2011 SISP Group Number 13-B

47 RSA Group Report of 2011 SISP Group Number 13-B

48 RSA PARI/GP RSA od RSA PARI/GP PARI/GP RSA RSA PARI/GP RSA RSA 1975 RSA RSA RSA RSA RARI/GP RSA Group Report of 2011 SISP Group Number 13-B

49 RSA PARI/GP RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

50 12 RSA RARI/GP RSA Group Report of 2011 SISP Group Number 13-B

51 13 RSA RSA RSA RSA RSA RSA RSA SA Group Report of 2011 SISP Group Number 13-B

52 RSA RSA RSA RSA RSA PARI/GP RSA Group Report of 2011 SISP Group Number 13-B

53 RSA RSA RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

54 RSA RSA RSA RSA RSA RSA Group Report of 2011 SISP Group Number 13-B

55 Group Report of 2011 SISP Group Number 13-B

56 A PARI/GP PARI/GP PARI/GP PARI/GP RSA TeX TeX TeX Adobe Illustrator CS4 Adobe Illustrator CS4 Group Report of 2011 SISP Group Number 13-B

57 B Tex Group Report of 2011 SISP Group Number 13-B

58 [1],,, Java,, [2],,, [3] J.H., J.,, [4],,,, [5],,, [6] PARI/GP, [7], graphy01.html Group Report of 2011 SISP Group Number 13-B

2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Visualization of Code-Breaking Group Name Implemati

2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Visualization of Code-Breaking Group Name Implemati 2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Group Name Implemation Group /Project No. 13-C /Project Leader 1009087 Takahiro Okubo /Group Leader 1009087

More information

2013 Future University Hakodate 2013 System Information Science Practice Group Report biblive : Project Name biblive : Recording and sharing experienc

2013 Future University Hakodate 2013 System Information Science Practice Group Report biblive : Project Name biblive : Recording and sharing experienc 2013 Future University Hakodate 2013 System Information Science Practice Group Report biblive : Project Name B biblive stream Group Name GroupB biblive stream /Project No. 12-B /Project Leader 1011063

More information

2 2 1 2 1 2 1 2 2 Web Web Web Web 1 1,,,,,, Web, Web - i -

2 2 1 2 1 2 1 2 2 Web Web Web Web 1 1,,,,,, Web, Web - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN C (PR ) Group Name GroupC (PR) /Project No.

More information

(group A) (group B) PLE(Primary Leaving Examination) adobe Flash ipad 1 adobe Flash e-book ipad adobe Flash adobe Flash Pixton scratch PLE(Primary Lea

(group A) (group B) PLE(Primary Leaving Examination) adobe Flash ipad 1 adobe Flash e-book ipad adobe Flash adobe Flash Pixton scratch PLE(Primary Lea 2012 Future University Hakodate 2012 System Information Science Practice Group Report Project Name Anime de Education Group Name Science Group /Project No. 1-B /Project Leader 1010071 Ayaka Saitou /Group

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Development of myoelectric prosthetic hand with hap

2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Development of myoelectric prosthetic hand with hap 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Development of myoelectric prosthetic hand with haptic sense Group Name The sensation of touch group /Project

More information

,,,, : - i -

,,,, : - i - 2017 Future University Hakodate 2017 System Information Science Practice Group Report Project Name Manga engineering Group Name Literacy Manga /Project No. 19 /Project Leader 1015131 Kiyomasa Murakami

More information

2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Designing Learning Environment for Mathematics at F

2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Designing Learning Environment for Mathematics at F 2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Group Name Mathematical Group /Project No. 2-B /Project Leader 1014216 Kaito Kawakatsu /Group Leader 1014249

More information

(Requirements in communication) (efficiently) (Information Theory) (certainly) (Coding Theory) (safely) (Cryptography) I 1

(Requirements in communication) (efficiently) (Information Theory) (certainly) (Coding Theory) (safely) (Cryptography) I 1 (Requirements in communication) (efficiently) (Information Theory) (certainly) (oding Theory) (safely) (ryptography) I 1 (Requirements in communication) (efficiently) (Information Theory) (certainly) (oding

More information

4 Marine Traffic Web Web,,,, Web - i -

4 Marine Traffic Web Web,,,, Web - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Boat Map Project Name Development of Boat map to display the position of boats A Group Name Group A /Project No. 14-A

More information

/ Web,,,, - i -

/ Web,,,, - i - 2015 Future University-Hakodate 2015 System Information Science Practice Group Report - Project Name HAKODATE - SORACAM, UMICAM, YAMACAM - Part SORACAM Program production and tool development Group Name

More information

,,,,,, : - i -

,,,,,, : - i - 2013 Future University-Hakodate 2013 System Information Science Practice Group Report Project Name Exploring recipe for a new concept of food C Group Name Group C /Project No. 1-C /Project Leader 1011013

More information

( )

( ) NAIST-IS-MT0851100 2010 2 4 ( ) CR CR CR 1980 90 CR Kerberos SSH CR CR CR CR CR CR,,, ID, NAIST-IS- MT0851100, 2010 2 4. i On the Key Management Policy of Challenge Response Authentication Schemes Toshiya

More information

,..,.,,. - i -

,..,.,,. - i - 2013 Future University-Hakodate 2013 System Information Science Practice Group Report Project Name Exploring recipe for a new concept of food B Group Name Group B /Project No. 1-B /Project Leader 1011013

More information

1 UTF Youtube ( ) / 30

1 UTF Youtube ( ) / 30 2011 11 16 ( ) 2011 11 16 1 / 30 1 UTF 10 2 2 16 2 2 0 3 Youtube ( ) 2011 11 16 2 / 30 4 5 ad bc = 0 6 7 (a, b, a x + b y) (c, d, c x + d y) (1, x), (2, y) ( ) 2011 11 16 3 / 30 8 2 01001110 10100011 (

More information

15 mod 12 = 3, 3 mod 12 = 3, 9 mod 12 = N N 0 x, y x y N x y (mod N) x y N mod N mod N N, x, y N > 0 (1) x x (mod N) (2) x y (mod N) y x

15 mod 12 = 3, 3 mod 12 = 3, 9 mod 12 = N N 0 x, y x y N x y (mod N) x y N mod N mod N N, x, y N > 0 (1) x x (mod N) (2) x y (mod N) y x A( ) 1 1.1 12 3 15 3 9 3 12 x (x ) x 12 0 12 1.1.1 x x = 12q + r, 0 r < 12 q r 1 N > 0 x = Nq + r, 0 r < N q r 1 q x/n r r x mod N 1 15 mod 12 = 3, 3 mod 12 = 3, 9 mod 12 = 3 1.1.2 N N 0 x, y x y N x y

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

,,, : - i -

,,, : - i - 2012 Future University Hakodate 2012 System Information Science Practice Group Report Project Name The second term ika robot creation project Group Name Planning / Administration Group(A) /Project No.

More information

4 2000 3500 5 (2) (1) 4 24 NTT Super Cash1999-2001 2000.10-2001.3 <http://www.s-cash.gr.jp/whats_news/1016/r1_3.html>(31 1 May.2001) 5 1997 12 1999 5

4 2000 3500 5 (2) (1) 4 24 NTT Super Cash1999-2001 2000.10-2001.3 <http://www.s-cash.gr.jp/whats_news/1016/r1_3.html>(31 1 May.2001) 5 1997 12 1999 5 No.5, 185-196 (2004) Conformity to the next-generation currency seen from a Electronic money classification : OSHIMA Kazuchika Nihon University, Graduate School of Social and Cultural Studies Internet

More information

2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Field Oriented System Design Learning by Users Feed

2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Field Oriented System Design Learning by Users Feed 2016 Future University Hakodate 2016 System Information Science Practice Group Report Project Name Group Name Neighborhood Association Group /Project No. 03-A /Project Leader 1014237 Taito Ito /Group Leader

More information

4 2 ios Objective-c Xcode - i -

4 2 ios Objective-c Xcode - i - 2012 Future University Hakodate 2012 System Information Science Practice Group Report Project Name Discovery and Solution of Problems of The Medical Field TMTTM Group Name TMTTM /Project No. 11-A /Project

More information

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7 32 (2015 ) [2] Projects of the short term increase at present. In order to let projects complete without rework and delays, it is important that request for proposals (RFP) are written by reflecting precisely

More information

,.,., ( ).,., A, B., A, B,.,, 2010 [2], [3],.,,,.,,.,, Python Python 2.., (SVM).,,.,,.,.,.,.,,, - i -

,.,., ( ).,., A, B., A, B,.,, 2010 [2], [3],.,,,.,,.,, Python Python 2.., (SVM).,,.,,.,.,.,.,,, - i - 2016 Future University Hakodate 2016 System Information Science Practice Group Report AI Project Name AI Love Deep Learning AI Group Name AI Scope /Project No. 14-A /Project Leader 1014041 Daichi Fukuda

More information

28 SAS-X Proposal of Multi Device Authenticable Password Management System using SAS-X 1195074 2017 2 3 SAS-X Web ID/ ID/ Web SAS-2 SAS-X i Abstract Proposal of Multi Device Authenticable Password Management

More information

mahoro/2011autumn/crypto/

mahoro/2011autumn/crypto/ http://www.ss.u-tokai.ac.jp/ mahoro/2011autumn/crypto/ 1 1 2011.9.29, ( ) http://www.ss.u-tokai.ac.jp/ mahoro/2011autumn/crypto/ 1.1 1.1.1 DES MISTY AES 1.1.2 RSA ElGamal 2 1 1.2 1.2.1 1.2.2 1.3 Mathematica

More information

7,, i

7,, i 23 Research of the authentication method on the two dimensional code 1145111 2012 2 13 7,, i Abstract Research of the authentication method on the two dimensional code Karita Koichiro Recently, the two

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

2011 Future University Hakodate 2011 System Information Science Practice Group Report Project Name Applied Embedded System Group Name Radio-controlled model helicopter Group /Project No. 15-B /Project

More information

<95DB8C9288E397C389C88A E696E6462>

<95DB8C9288E397C389C88A E696E6462> 2011 Vol.60 No.2 p.138 147 Performance of the Japanese long-term care benefit: An International comparison based on OECD health data Mie MORIKAWA[1] Takako TSUTSUI[2] [1]National Institute of Public Health,

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

2008 (2008/09/30) 1 ISBN 7 1.1 ISBN................................ 7 1.2.......................... 8 1.3................................ 9 1.4 ISBN.............................. 12 2 13 2.1.....................

More information

橡最新卒論

橡最新卒論 Research of improving of recognition ability in Face recognition system Abstract The age when baiometrics was used as a password came today. Because various baiometrics such as a voice, a fingerprint,

More information

( 9 1 ) 1 2 1.1................................... 2 1.2................................................. 3 1.3............................................... 4 1.4...........................................

More information

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa 情 報 処 理 学 会 インタラクション 2015 IPSJ Interaction 2015 A17 2015/3/5 Web 1 1 1 Web Web Position and Time based Summary System using Story Style for Web Contents Daichi Ariyama 1 Daichi Ando 1 Shinichi Kasahara

More information

29 jjencode JavaScript

29 jjencode JavaScript Kochi University of Technology Aca Title jjencode で難読化された JavaScript の検知 Author(s) 中村, 弘亮 Citation Date of 2018-03 issue URL http://hdl.handle.net/10173/1975 Rights Text version author Kochi, JAPAN http://kutarr.lib.kochi-tech.ac.jp/dspa

More information

_念3)医療2009_夏.indd

_念3)医療2009_夏.indd Evaluation of the Social Benefits of the Regional Medical System Based on Land Price Information -A Hedonic Valuation of the Sense of Relief Provided by Health Care Facilities- Takuma Sugahara Ph.D. Abstract

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

By Kenji Kinoshita, I taru Fukuda, Taiji Ota A Study on the Use of Overseas Construction Materials There are not few things which are superior in the price and the aspect of the quality to a domestic

More information

II

II No. 19 January 19 2013 19 Regionalism at the 19 th National Assembly Elections Focusing on the Yeongnam and Honam Region Yasurou Mori As the biggest issue of contemporary politics at South Korea, there

More information

4.1 % 7.5 %

4.1 % 7.5 % 2018 (412837) 4.1 % 7.5 % Abstract Recently, various methods for improving computial performance have been proposed. One of these various methods is Multi-core. Multi-core can execute processes in parallel

More information

Wi-Fi Wi-Fi Wi-Fi Wi-Fi SAS SAS-2 Wi-Fi i

Wi-Fi Wi-Fi Wi-Fi Wi-Fi SAS SAS-2 Wi-Fi i 26 A Study on Secure Remote Control Methods 1175078 2015 2 27 Wi-Fi Wi-Fi Wi-Fi Wi-Fi SAS SAS-2 Wi-Fi i Abstract A Study on Secure Remote Control Methods SHINGAI, Tatsuro In recent years, communication

More information

20 Method for Recognizing Expression Considering Fuzzy Based on Optical Flow

20 Method for Recognizing Expression Considering Fuzzy Based on Optical Flow 20 Method for Recognizing Expression Considering Fuzzy Based on Optical Flow 1115084 2009 3 5 3.,,,.., HCI(Human Computer Interaction),.,,.,,.,.,,..,. i Abstract Method for Recognizing Expression Considering

More information

) 2) , , ) 1 2 Q1 / Q2 Q Q4 /// Q5 Q6 3,4 Q7 5, Q8 HP Q9 Q10 13 Q11

) 2) , , ) 1 2 Q1 / Q2 Q Q4 /// Q5 Q6 3,4 Q7 5, Q8 HP Q9 Q10 13 Q11 2009 0612001. 1) 2) 2 2009 3 2009 8, 10 1 3, 12 50 4) 1 2 Q1 / Q2 Q3 910203040 5060708090 Q4 /// Q5 Q6 3,4 Q7 5,6711 123 4 Q8 HP Q9 Q10 13 Q11 , A 5 2 3 3 3 3 3 2 8 5 3 3 4 A C B 1 1 KJ 1 9 1 12 12 15

More information

Block cipher

Block cipher 18 12 9 1 2 1.1............................... 2 1.2.................. 2 1.3................................. 4 1.4 Block cipher............................. 4 1.5 Stream cipher............................

More information

2005 - i -

2005 - i - 2012 Future University Hakodate 2012 System Information Science Practice Group Report Project Name Biological Information for Social Welfare Development of Myoelectric hand Group Name Measurement of Myoelectric

More information

II Time-stamp: <05/09/30 17:14:06 waki> ii

II Time-stamp: <05/09/30 17:14:06 waki> ii II waki@cc.hirosaki-u.ac.jp 18 1 30 II Time-stamp: ii 1 1 1.1.................................................. 1 1.2................................................... 3 1.3..................................................

More information

840 Geographical Review of Japan 73A-12 835-854 2000 The Mechanism of Household Reproduction in the Fishing Community on Oro Island Masakazu YAMAUCHI (Graduate Student, Tokyo University) This

More information

13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents Ruck Thawonmas

13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents Ruck Thawonmas 13 RoboCup The Interface System for Learning By Observation Applied to RoboCup Agents 1020302 Ruck Thawonmas 2002 2 8 RoboCup RoboCup SemiReal SemiReal RAIK-NTG4 Huma SemiReal Huma RoboCup. i Abstract

More information

先端社会研究 ★5★号/4.山崎

先端社会研究 ★5★号/4.山崎 71 72 5 1 2005 7 8 47 14 2,379 2,440 1 2 3 2 73 4 3 1 4 1 5 1 5 8 3 2002 79 232 2 1999 249 265 74 5 3 5. 1 1 3. 1 1 2004 4. 1 23 2 75 52 5,000 2 500 250 250 125 3 1995 1998 76 5 1 2 1 100 2004 4 100 200

More information

わが国のコモディティ投資信託とETF

わが国のコモディティ投資信託とETF I ETF Nobuyoshi Yamori / 1990 IT 15 55% 1990 1 1 2 1 1 1 2007 5 034 2011 winter / No.390 2 19992007 7 50802008 1 122010 3 8 2011 [2009] 1 20 12.5 8.9 78.6 1290 7.9 4.3 87.8 815 5.2 4.2 90.5 537 21 2 2007

More information

8-1.indb

8-1.indb 1 79 1 1 1 2 1 80 A A 81 1 83 1 1 82 2 85 2 3 2 3 264 205 1 1 83 2 2 A A X A B X A C B X A 84 1 1 85 2 3 1 90 91 2 A A B B A A A 3 10 10 401 3 399 86 417 483 534 484 400 415 730 827 659 940 1 1 401 1 401

More information

I 1) 2) 51 (1976) 6.9 ha 9 (1934) 2km 15, (1955) 6 (1620)

I 1) 2) 51 (1976) 6.9 ha 9 (1934) 2km 15, (1955) 6 (1620) I 1) 2) 51 (1976) 6.9 ha 9 (1934) 2km 15,000 30 (1955) 6 (1620) 3 1 1 45 16 2003 50 (1975) 2 150 49 (1974) II (1) 3) 1 49 50 51 53 54 56 57 59 61 63 3 8 9 10 11 12 NHK 46 2 44 (1969) 2 40 50 240 60 (1985)

More information

TeachingAssistant AR AR junaio 3 1 junaio 2 3D 3 Augmented Reality junaiojunaio : - i -

TeachingAssistant AR AR junaio 3 1 junaio 2 3D 3 Augmented Reality junaiojunaio : - i - 2014 Future University Hakodate 2014 System Information Science Practice Group Report Project Name A New Style Bookstore Using Smartphones and Tablets B Group Name Group B /Project No. 07 /Project Leader

More information

Web Basic Web SAS-2 Web SAS-2 i

Web Basic Web SAS-2 Web SAS-2 i 19 Development of moving image delivery system for elementary school 1080337 2008 3 10 Web Basic Web SAS-2 Web SAS-2 i Abstract Development of moving image delivery system for elementary school Ayuko INOUE

More information

NO.80 2012.9.30 3

NO.80 2012.9.30 3 Fukuoka Women s University NO.80 2O12.9.30 CONTENTS 2 2 3 3 4 6 7 8 8 8 9 10 11 11 11 12 NO.80 2012.9.30 3 4 Fukuoka Women s University NO.80 2012.9.30 5 My Life in Japan Widchayapon SASISAKULPON (Ing)

More information

05_藤田先生_責

05_藤田先生_責 This report shows innovation of competency of our faculty of social welfare. The aim of evaluation competency is improvement in the Social welfare education effects, by understanding of studentʼs development

More information

The Indirect Support to Faculty Advisers of die Individual Learning Support System for Underachieving Student The Indirect Support to Faculty Advisers of the Individual Learning Support System for Underachieving

More information

2 - i -

2 - i - 2013 Future University Hakodate 2013 System Information Science Practice Group Report Project Name Travering Museum Group Name Teaching Contents Set Group /Project No. 24-A /Project Leader 1007154 Yoshiaki

More information

A B C B C ICT ICT ITC ICT

A B C B C ICT ICT ITC ICT ICT Development of curriculum for improving of teachers ICT based on evaluation standards. Kazuhiko ISHIHARA Abstract Ministry of Education and Science announced Checklist of teacher s ICT in March,. All

More information

161 J 1 J 1997 FC 1998 J J J J J2 J1 J2 J1 J2 J1 J J1 J1 J J 2011 FIFA 2012 J 40 56

161 J 1 J 1997 FC 1998 J J J J J2 J1 J2 J1 J2 J1 J J1 J1 J J 2011 FIFA 2012 J 40 56 J1 J1 リーグチーム組織に関する考察 松原悟 Abstract J League began in 1993 by 10 teams. J League increased them by 40 teams in 2012. The numerical increase of such a team is a result of the activity of Football Association

More information

Literacy 2 Mathematica Mathematica 3 Hiroshi Toyoizumi Univ. of Aizu REFERENCES [1] C.P Williams [2] [3] 1 Literacy 2 Mathematica Ma

Literacy 2 Mathematica Mathematica 3 Hiroshi Toyoizumi Univ. of Aizu REFERENCES [1] C.P Williams [2] [3] 1 Literacy 2 Mathematica Ma Mathematica 3 Hiroshi Toyoizumi Univ. of Aizu toyo@u-aizu.ac.jp REFERENCES [1] C.P Williams [2] [3] 1 Mathematica Mathematica 2 1 PKIPublic Key Infrustructure 3 4 2 5 6 3 RSA 3Ronald RivestAdi ShamirLeonald

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

ISSN NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the Universit

ISSN NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the Universit ISSN 1346-5597 NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the University of Tokyo Morio SHIBAYAMA, Masaharu YANO, Kiminori

More information

DEIM Forum 2009 E

DEIM Forum 2009 E DEIM Forum 2009 E5-3 464-8601 1 606-8501 464 8601 1 E-mail: lifushi@arch.itc.nagoya-u.ac.jp, mayumi@mm.media.kyoto-u.ac.jp, {hirano,kajita,mase}@itc.nagoya-u.ac.jp Abstract Study on a Recipe Recommendation

More information

SNS ( ) SNS(Social Networking Service) SNS SNS i

SNS ( ) SNS(Social Networking Service) SNS SNS i 22 SNS Job-Hunting Activities situation Understanding Support System Using SNS 1110252 2011 03 01 SNS ( ) SNS(Social Networking Service) SNS SNS i Abstract Job-Hunting Activities situation Understanding

More information

untitled

untitled () 2006 i Foundationpowdermakeup No.1 ii iii iv Research on selection criterion of cosmetics that use the consumer's Eras analysis Consideration change by bringing up child Fukuda Eri 1.Background, purpose,

More information

79 Author s E-mail Address: marluna@shoin.ac.jp Consideration of food education needs that parents ask for nurseries MIYAMOTO Keiko Faculty of Human Sciences, Kobe Shoin Women s University Abstract 1 100

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

kut-paper-template.dvi

kut-paper-template.dvi 14 Application of Automatic Text Summarization for Question Answering System 1030260 2003 2 12 Prassie Posum Prassie Prassie i Abstract Application of Automatic Text Summarization for Question Answering

More information

Untitled

Untitled 2012 Future University Hakodate 2012 System Information Science Practice Group Report Project Name Biological Information for Social Welfare Development of Myoelectric hand Group Name Myoelectric hand

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

大学における原価計算教育の現状と課題

大学における原価計算教育の現状と課題 1 1.1 1.2 1.3 2 2.1 2.2 3 3.1 3.2 3.3 2014a 50 ABC Activity Based Costing LCC Lifecycle Costing MFCA Material Flow Cost Accounting 2 2 2016 9 1 2 3 2014b 2005 2014b 2000 1 2 1962 5 1 3 2 3 4 5 50 2012

More information

21 Key Exchange method for portable terminal with direct input by user

21 Key Exchange method for portable terminal with direct input by user 21 Key Exchange method for portable terminal with direct input by user 1110251 2011 3 17 Diffie-Hellman,..,,,,.,, 2.,.,..,,.,, Diffie-Hellman, i Abstract Key Exchange method for portable terminal with

More information

untitled

untitled 16 1201123 2005 1 31 Support system for memorizing by Advisor: Kazushi Mukaiyama Department of Media Architecture Future University - Hakodate January 2005 Abstract Memory is important for us to become

More information

自分の天職をつかめ

自分の天職をつかめ Hiroshi Kawasaki / / 13 4 10 18 35 50 600 4 350 400 074 2011 autumn / No.389 5 5 I 1 4 1 11 90 20 22 22 352 325 27 81 9 3 7 370 2 400 377 23 83 12 3 2 410 3 415 391 24 82 9 3 6 470 4 389 362 27 78 9 5

More information

(SNS). Twitter , LINE Facebook, SNS 1., Twitter 80%, Twitter.,,., Twitter,,.,,,, Twitter., Twitter,., Twitter,.,. - i -

(SNS). Twitter , LINE Facebook, SNS 1., Twitter 80%, Twitter.,,., Twitter,,.,,,, Twitter., Twitter,., Twitter,.,. - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Twitter Project Name Twitter Localization Group Name Search Group /Project No. 19 /Project Leader 1013039 Hirohito

More information

日本看護管理学会誌15-2

日本看護管理学会誌15-2 The Journal of the Japan Academy of Nursing Administration and Policies Vol. 15, No. 2, PP 135-146, 2011 Differences between Expectations and Experiences of Experienced Nurses Entering a New Work Environment

More information

<8ED089EF8B49977634342D312D30914F95742E696E6464>

<8ED089EF8B49977634342D312D30914F95742E696E6464> The Treatments in the Institutions Regarded As Inappropriate by Certified Student Social Workers and Their Coping Behavior: Survey and Analysis Nobuko SAKATA (1) 15 13 (2) 47 16 (3) 53 44-1 2006 17 1810

More information

ディープラーニングとオープンサイエンス ~研究の爆速化が引き起こす摩擦なき情報流通へのシフト~

ディープラーニングとオープンサイエンス ~研究の爆速化が引き起こす摩擦なき情報流通へのシフト~ KITAMOTO Asanobu http://researchmap.jp/kitamoto/ KitamotoAsanob u 1 2 3 4 5 1. 2. 3. 6 Lawrence Lessig (Founder of Creative Commons), Code: And Other Laws of Cyber Space (first edition 1999) 7 NSF Data

More information

5 Armitage x 1,, x n y i = 10x i + 3 y i = log x i {x i } {y i } 1.2 n i i x ij i j y ij, z ij i j 2 1 y = a x + b ( cm) x ij (i j )

5 Armitage x 1,, x n y i = 10x i + 3 y i = log x i {x i } {y i } 1.2 n i i x ij i j y ij, z ij i j 2 1 y = a x + b ( cm) x ij (i j ) 5 Armitage. x,, x n y i = 0x i + 3 y i = log x i x i y i.2 n i i x ij i j y ij, z ij i j 2 y = a x + b 2 2. ( cm) x ij (i j ) (i) x, x 2 σ 2 x,, σ 2 x,2 σ x,, σ x,2 t t x * (ii) (i) m y ij = x ij /00 y

More information

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst 情報処理学会インタラクション 2015 IPSJ Interaction 2015 15INT014 2015/3/7 1,a) 1,b) 1,c) Design and Implementation of a Piano Learning Support System Considering Motivation Fukuya Yuto 1,a) Takegawa Yoshinari 1,b) Yanagi

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

2017 (413812)

2017 (413812) 2017 (413812) Deep Learning ( NN) 2012 Google ASIC(Application Specific Integrated Circuit: IC) 10 ASIC Deep Learning TPU(Tensor Processing Unit) NN 12 20 30 Abstract Multi-layered neural network(nn) has

More information

Abstract The purpose of this study is to reveal an effective video effects in Projection Mapping event. So, I made a Projection Mapping event in Old P

Abstract The purpose of this study is to reveal an effective video effects in Projection Mapping event. So, I made a Projection Mapping event in Old P 25 b1010175 2014 1 31 Investigation of video effects in Projection Mapping by Advisor: Kazushi MUKAIYAMA Department of Media Architecture Future University Hakodate January 31, 2014 Abstract The purpose

More information

2012 A, N, Z, Q, R, C

2012 A, N, Z, Q, R, C 2012 A, N, Z, Q, R, C 1 2009 9 2 2011 2 3 2012 9 1 2 2 5 3 11 4 16 5 22 6 25 7 29 8 32 1 1 1.1 3 1 1 1 1 1 1? 3 3 3 3 3 3 3 1 1, 1 1 + 1 1 1+1 2 2 1 2+1 3 2 N 1.2 N (i) 2 a b a 1 b a < b a b b a a b (ii)

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

29 28 39 1936 Acquiring technique and forming character in physical education after 1936 Analysis of articles of Kenji Shinozaki FUJIKAWA Kazutoshi The United Graduate School of Education Tokyo Gakugei

More information

〈論文〉興行データベースから「古典芸能」の定義を考える

〈論文〉興行データベースから「古典芸能」の定義を考える Abstract The long performance database of rakugo and kabuki was totaled, and it is found that few programs are repeated in both genres both have the frequency differential of performance. It is a question

More information

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2)

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2) (1) I 44 II 45 III 47 IV 52 44 4 I (1) ( ) 1945 8 9 (10 15 ) ( 17 ) ( 3 1 ) (2) 45 II 1 (3) 511 ( 451 1 ) ( ) 365 1 2 512 1 2 365 1 2 363 2 ( ) 3 ( ) ( 451 2 ( 314 1 ) ( 339 1 4 ) 337 2 3 ) 363 (4) 46

More information

i ii i iii iv 1 3 3 10 14 17 17 18 22 23 28 29 31 36 37 39 40 43 48 59 70 75 75 77 90 95 102 107 109 110 118 125 128 130 132 134 48 43 43 51 52 61 61 64 62 124 70 58 3 10 17 29 78 82 85 102 95 109 iii

More information

Kyoto University * Filipino Students in Japan and International Relations in the 1930s: An Aspect of Soft Power Policies in Imperial Japan

Kyoto University * Filipino Students in Japan and International Relations in the 1930s: An Aspect of Soft Power Policies in Imperial Japan 47 2 2009 9 * Filipino Students in Japan and International Relations in the 1930s: An Aspect of Soft Power Policies in Imperial Japan KINOSHITA Akira* Abstract The purpose of this paper is to look into

More information

A B Web Web,,,,,, : - i -

A B Web Web,,,,,, : - i - 2014 Future University-Hakodate 2014 System Information Science Practice Group Report Project Name Future Public Transportation for Hakodate City (C) Group Name Search group(c) /Project No. 7 /Project

More information

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra 1,a) 1 1 2 1 Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on traffic Abstract: The equipment with Wi-Fi communication function such as a smart phone which are send on a regular

More information

, IT.,.,..,.. i

, IT.,.,..,.. i 25 To construct the system that promote a interactive method as a knowledge acquisition 1140317 2014 2 28 , IT.,.,..,.. i Abstract To construct the system that promote a interactive method as a knowledge

More information

3_23.dvi

3_23.dvi Vol. 52 No. 3 1234 1244 (Mar. 2011) 1 1 mixi 1 Casual Scheduling Management and Shared System Using Avatar Takashi Yoshino 1 and Takayuki Yamano 1 Conventional scheduling management and shared systems

More information

2 2 MATHEMATICS.PDF 200-2-0 3 2 (p n ), ( ) 7 3 4 6 5 20 6 GL 2 (Z) SL 2 (Z) 27 7 29 8 SL 2 (Z) 35 9 2 40 0 2 46 48 2 2 5 3 2 2 58 4 2 6 5 2 65 6 2 67 7 2 69 2 , a 0 + a + a 2 +... b b 2 b 3 () + b n a

More information

Webster's New World Dictionary of the American Language, College Edition. N. Y. : The World Publishing Co., 1966. [WNWD) Webster 's Third New International Dictionary of the English Language-Unabridged.

More information