Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

securestring

Windows SecureString wrapper written by Python.
This script uses PowerShell as a backend, thus available only in Windows.

Install

$ pip install py-securestring

Usage

use as module

from securestring import securestring

plain_text = 'tesuya'

enc = securestring.encrypt(plain_text)

dec = securestring.decrypt(enc)
# tesuya

use from commandline

python -m securestring encrypt tesuya

About

Windows SecureString wrapper written by Python

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages