Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
RinCynar committed Jun 26, 2024
1 parent 1c5aca4 commit c53a430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-06-23-RCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [IT,free,encryption,text]
# RCS Tool Documentation

# Updates are only distributed on [this website](https://rcva.san.tc) and [GitHub](https://github.com/RinCynar/RCS). Other channels are unofficial distribution channels. Please identify them yourself.
## Latest version: 1.69-fx0, [Download link](/assets/file/rcs.py), [GitHub](https://github.com/RinCynar/RCS)
## Latest version: 1.70, [Download link](/assets/file/rcs.py), [GitHub](https://github.com/RinCynar/RCS)
## Overview

### The RCS tool is a text encryption utility based on the RC4 encryption algorithm. It allows users to encrypt and decrypt text using custom keys, manage encryption keys, and maintain a history of encrypted and decrypted messages. The tool supports various commands for managing keys, checking for updates, and performing brute-force decryption attempts.
Expand Down
2 changes: 1 addition & 1 deletion assets/file/rcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
KEY_FILE_TEMPLATE = os.path.join(RCS_FOLDER, "{}.rcs_keys")
HISTORY_FILE_TEMPLATE = os.path.join(RCS_FOLDER, "{}.rcs_hst")
OPT_FILE = "rcs_opt.md"
RCS_VER = 1.69-fx0
RCS_VER = 1.70
DOWNLOAD_LINK = "https://rcva.san.tc/assets/file/rcs.py"
UPDATE_URL = "http://rcva.san.tc/assets/rcs.html"

Expand Down
2 changes: 1 addition & 1 deletion assets/rcs.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.691
1.70

0 comments on commit c53a430

Please sign in to comment.