Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.1 KB
✋ Psst! Create issue on the lesspass/lesspass repo as I will merge into it.

Lesspass-powershell Build Status

LessPass computes the same password given the same a Site, Login and a master password

Privacy by default, Works offline, No sync, Visual fingerprint 🔐❤️👀

Install

PS> Install-Module -Name Lesspass

Usage

PS> Get-LessPass "Site" "Login" "masterpassword"

Help

PS> Get-LessPass -?

Syntax

Get-LessPass
    -Site <String>
    -Login <String>
    -MasterPassword <String>

    [-Lowercase]
    [-Uppercase]
    [-Digits]
    [-Symbols]
    [-noLowercase]
    [-noUppercase]
    [-noDigits]
    [-noSymbols]
    [[-Length] <Object>]
    [[-Counter] <Object>]

    [-version]
    [<CommonParameters>]

Test

make test