[PYTHON] A story about using Resona's software token with 1Password

Resona software token

You can put in an application called VIP Access You will not be able to transfer money without your smartphone ~~ ** Damn it! !! !! ** ~~

Good things were written here

https://www.reddit.com/r/1Password/comments/8yey6y/how_do_i_use_symantec_vip_with_1password/ ・ There is a tool made by reverse engineering so that it can be used with 1Password. ・ The author hasn't updated it, but you can use it forked.

I want to be able to use 1Password's one-time password function

It seems possible

Things necessary

pip3

python-vipaccess ↓ The installation method is written here https://github.com/dlenski/python-vipaccess

python


pip3 install python-vipaccess
pip3 install https://github.com/dlenski/python-vipaccess/archive/HEAD.zip

qrencode For Mac

python


brew install qrencode

use

Authentication

python


#The token type must be SYMC
vipaccess provision -p -t SYMC

Output

python


You will need the ID to register this credential: SYMCxxxxxxxx

Is important, so copy the 12-digit alphanumeric characters on the right

Make a QR code

Copy the URL that starts with "optauth: //" Register at 1Password's one-time password If it is a smartphone application version, issue a QR code and enter it

python


qrencode  'otpauth://totp/VIP%20Access:SYMCxxxxxxxx?secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&digits=6&algorithm=SHA1&issuer=Symantec&period=30' -o ~/Downloads/qr.png

You can make it a download folder, so read it with your smartphone's 1Password app

Register at Resona

Credential is the 12 alphanumeric characters copied above One-time passwords are one-time passwords that 1Password spits out

You can use it by resetting the software token and registering again.

the end

A feces system and goodbye that you can't transfer just by dropping one smartphone (if you don't have your smartphone)! !! Also, let's set enough passwords for your computer, smartphone, and 1Password! !!

Recommended Posts

A story about using Resona's software token with 1Password
A story about using Python's reduce
A story about installing matplotlib using pip with an error
A story about machine learning with Kyasuket
A story about implementing a login screen with django
A story about predicting exchange rates with Deep Learning
A story about making Hanon-like sheet music with Python
A story about trying a (Golang +) Python monorepo with Bazel
A story about how theano was moved with TSUBAME 2.0
Using a printer with Debian 10
[Linux] A story about mounting a NAS through a firewall using NFS
A story about competing with a friend in Othello AI Preparation
A story about an amateur making a breakout with python (kivy) ②
A story about how to deal with the CORS problem
A story about an amateur making a breakout with python (kivy) ①
A story about making a tanka by chance with Sudachi Py
A story about a python beginner stuck with No module named'http.server'
Machine learning A story about people who are not familiar with GBDT using GBDT in Python
A refreshing story about Python's Slice
A story about adding a REST API to a daemon made with Python
A sloppy story about Python's Slice
A story about developing a soft type with Firestore + Python + OpenAPI + Typescript
[Python] Generate a password with Slackbot
Using a webcam with Raspberry Pi
A story about automating online mahjong (Mahjong Soul) with OpenCV and machine learning
A story about trying to connect to MySQL using Heroku and giving up
A story about deploying a Twitter-linked app created using Flask + gunicorn on Heroku
A story about remodeling Lubuntu into a Chromebook
A story about Python pop and append
Equipped with a card function using payjp
A story about a 503 error on Heroku open
A story about a programming beginner who made a business efficiency map application with GeoDjango
[Note] A story about not being able to break through a proxy with pip
A story about building an IDE environment with WinPython on an old Windows OS.
A story about making an x86 bootloader that can boot vmlinux with Rust
[Python] A story about making a LINE Bot with a practical manned function on its own without using Salesforce [Messaging API]
A addictive story when using tensorflow on Android
About WARNING when packaging with pyinstaller using pyocr
[Python3] A story stuck with time zone conversion
A story about operating a GCP instance from Discord
A story about Go's global variables and scope
A story stuck with handling Python binary data
A story about displaying article-linked ads on Jubatus
A story about running Python on PHP on Heroku
A story packed with absolute values in numpy.ndarray
A note about checking modifiers with Max Plus
[Chat De Tornado] Make a chat using WebSocket with Tornado
A story about modifying Python and adding functions
I tried using a database (sqlite3) with kivy
A story about data analysis by machine learning
The story of introducing a multi-factor authentication function using a one-time password into a Java application
A story about how Windows 10 users created an environment to use OpenCV3 with Python 3.5
A story about a Python beginner trying to get Google search results using the API
A story about an error when loading a TensorFlow model created with Google Colab locally