Updated the name

This commit is contained in:
2026-06-24 12:15:09 -04:00
parent fb3721a092
commit 56a4229c72
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# PCS - P7MJ's enCryption System A-3-i "Terminal" # PCS - P7MJ's enCryption System A-3-ii "Terminal"
## 🔤 Introduction ## 🔤 Introduction
@@ -8,7 +8,7 @@ It is the standard encryption program for [BUGPy-mOS](https://git.wholeworldcodi
This version features total extension freedom. You can now not only encrypt `.zip` files, but any type of file readable in binary. Additionally, there are no longer any limits regarding the names and extensions of the archives and the keyfiles generated. This version features total extension freedom. You can now not only encrypt `.zip` files, but any type of file readable in binary. Additionally, there are no longer any limits regarding the names and extensions of the archives and the keyfiles generated.
A-3-i, is compatible both ways with A-2-i, provided that you follow A-2-i's strict filename extension protocols. A-3-i and A-2-i are compatible with A-1-i if you do not use keyfiles while encrypting. A-3-ii, is compatible both ways with A-2-i, provided that you follow A-2-i's strict filename extension protocols. A-3-ii and A-2-i are compatible with A-1-i if you do not use keyfiles while encrypting.
PCS is tested on **Debian Trixie** only. It should work on other Linux distributions, Windows, and Mac, but it is not tested or guaranteed. PCS is tested on **Debian Trixie** only. It should work on other Linux distributions, Windows, and Mac, but it is not tested or guaranteed.
@@ -42,7 +42,7 @@ PCS requires Python 3.x and the `cryptography` library.
Navigate to the folder and run: Navigate to the folder and run:
``` ```
python3 PCS-A-3-i\ Terminal.py python3 pcs-a-3-ii-terminal.py
``` ```
You will be greeted by a prompt: You will be greeted by a prompt:

View File

@@ -200,7 +200,7 @@ if __name__ == "__main__":
print(" For compatability with PCS A-1-i Proto, follow A-2-i standards, but do not use any form of keyfile.") print(" For compatability with PCS A-1-i Proto, follow A-2-i standards, but do not use any form of keyfile.")
elif list_inputs[0] == "credits": elif list_inputs[0] == "credits":
print("PCS A-3-i Terminal by P7MJ.") print("PCS A-3-ii Terminal by P7MJ.")
elif list_inputs[0] == "exit": elif list_inputs[0] == "exit":
sys.exit(0) sys.exit(0)