Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerogs/pykspc

Cryptage (AES-256) with .ksp metadata
https://github.com/kerogs/pykspc

Last synced: about 11 hours ago
JSON representation

Cryptage (AES-256) with .ksp metadata

Awesome Lists containing this project

README

        

## How to use
```sh
py ./auto-install.py
```

### see version
```sh
pykspc -v
```

### see help
```sh
pykspc -h
```

### example (cli)

#### Encrypt
```sh
pykspc encrypt "./file.txt" 91b62c5e9f438fa18d03e8d486f37c5f746098c2fd9854c74f85b65ec6f71ae9 -k
```
#### Decrypt
```sh
pykspc decrypt "./file.txt" 91b62c5e9f438fa18d03e8d486f37c5f746098c2fd9854c74f85b65ec6f71ae9 -k
```

#### Genkey
```
pykspc genkey
```

#### Help
```sh
pykspc -h
```

### example (with php)
```php

```