https://github.com/jrmastermodelbuilder/bacrypt
Buddy API File Encryption and Decryption
https://github.com/jrmastermodelbuilder/bacrypt
Last synced: 12 months ago
JSON representation
Buddy API File Encryption and Decryption
- Host: GitHub
- URL: https://github.com/jrmastermodelbuilder/bacrypt
- Owner: JrMasterModelBuilder
- License: mpl-2.0
- Created: 2024-04-09T01:53:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T01:55:53.000Z (about 2 years ago)
- Last Synced: 2025-03-30T17:31:31.719Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bacrypt
Buddy API File Encryption and Decryption
# Overview
A python script to encrypt or decrypt Buddy API encrypted files.
Overwrites the file in place, so make a backup if you are unsure.
If password is unknown but mixed xor key is, raw option can be used.
# Usage
```
usage: bacrypt [-h] [-v] [-r] password file
positional arguments:
password password
file file
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-r, --raw raw xor key as hex password
```
# Bugs
If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.
# License
Copyright (c) 2024 JrMasterModelBuilder
Licensed under the Mozilla Public License, v. 2.0.
If this license does not work for you, feel free to contact me.