본문 바로가기
JQuery/API

2차 보안인증(구글OTP)

by 띵앤띵 2019. 4. 26.
728x90
반응형

구글 OTP

 

제이쿼리로 OTP 구현,

리눅스에서 OTP 구현등등 정리된 곳들이다.

 

2차 보안인증으로 도입할 때 고려해보기 좋을듯

 

 

https://github.com/cloudmedia/TOTP.js/blob/master/src/TOTP.js

 

cloudmedia/TOTP.js

A Javascript class for generating TOTP passwords (time-based one-time passwords) automatically (think Google Authenticator). - cloudmedia/TOTP.js

github.com

 

 

https://github.com/cloudmedia/TOTP.js/blob/master/src/TOTP.js

 

cloudmedia/TOTP.js

A Javascript class for generating TOTP passwords (time-based one-time passwords) automatically (think Google Authenticator). - cloudmedia/TOTP.js

github.com

https://josephkim75.wordpress.com/tag/google-authenticator/

 

google authenticator – 김요섭의 Brown Bag Lunches

해킹이나 개인 정보 유출로 인한 2차 피해로 점점 Two-Factor Authentication (TFA or 2FA)을 적용하는 서비스들이 많아 지기 시작했는 데요.  Google Authenticator는 TFA를 위해서 OTP 도입을 고려하는 서비스를 위해 Google이 만든 오픈 소스 프로젝트입니다. 현재 Google Authenticator는 AWS, Facebook, Evernote, Dropbox 등 많은 서비스에서 사용하고 있습니다. (Go

josephkim75.wordpress.com

 

자바로 OTP 구현

https://zero-gravity.tistory.com/221

 

[Java] Google Authenticator(Google OTP)를 이용한 개발.

 OTP 기능을 구현하라는 미션이 떨어졌고, 힌트로는 구글OTP라는 것이 있다라는 것만 받았다.  찾아보니 거의 다 "Google Authenticator"라는 앱을 다운받아서 구글 로그인을 할 때에 이용하는 내용��

zero-gravity.tistory.com

 

 

자바스크립트로 OTP 구현

http://blog.tinisles.com/2011/10/google-authenticator-one-time-password-algorithm-in-javascript/

 

Tin Isles : Google Authenticator One-time Password Algorithm in Javascript

Google Authenticator One-time Password Algorithm in Javascript I’ve recently setup 2-factor authentication on my Google account.  The new 2nd factor or “thing you have” is a smartphone application which generates 6 digit one-time passwords. I was a

blog.tinisles.com

 

반응형

'JQuery > API' 카테고리의 다른 글

[Bootstrap-select]부트스트랩 셀렉트  (2) 2020.02.12

댓글