diff --git a/README.md b/README.md index 840bb1d..2065c6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PCS - P7MJ's enCryption System A-3-i "Terminal" +# PCS - P7MJ's enCryption System A-3-ii "Terminal" ## 🔤 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. -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. @@ -42,7 +42,7 @@ PCS requires Python 3.x and the `cryptography` library. 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: diff --git a/PCS-A-3-i Terminal.py b/pcs-a-3-ii-terminal.py similarity index 99% rename from PCS-A-3-i Terminal.py rename to pcs-a-3-ii-terminal.py index 72e907c..5f422aa 100644 --- a/PCS-A-3-i Terminal.py +++ b/pcs-a-3-ii-terminal.py @@ -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.") 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": sys.exit(0)