Skip to content

sudosubin/pass-securid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pass-securid

A pass extension for managing RSA SecurIDs.

Usage

Basic use

To insert new RSA SecurID token, run:

pass securid insert [pass-name]

To append RSA SecurID token to existing pass file, run:

pass securid append pass-name

To show RSA SecurID code, run:

pass securid pass-name

Help

Usage:

    pass securid [code,show] [--clip,-c] pass-name
        Show a SecurID and optionally put it on the clipboard.
        If put on the clipboard, it will be cleared in $CLIP_TIME seconds.

    pass securid insert [--force,-f] [pass-name]
        Insert new SecurID token.

    pass securid append [--force,-f] pass-name
        Appends a SecurID token to an existing password file.

    pass securid validate token
        Test if the given token is a valid SecurID token.

    pass securid help
        Show this text.

    pass securid version
        Show version information.

More information may be found in the pass-securid(1) man page.

Installation

Requirements

  • pass 1.7.0 or later
  • stoken

From git

git clone https://github.com/sudosubin/pass-securid.git
cd pass-securid
sudo make install

macOS

Brew

brew tap sudosubin/pass-securid
brew install pass-securid

About

A pass extension for managing RSA SecurIDs

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors