Skip to content

Commit

Permalink
Focused repository towards AES, as that will be the future of this he…
Browse files Browse the repository at this point in the history
…ader.
  • Loading branch information
ArthurF23 committed Mar 7, 2023
1 parent e6f042f commit c838f61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cache/replit/__replit_disk_meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"nonce":1671697061385278970,"last_updated":{"seconds":1678205927,"nanos":970037000}}
{"nonce":7405816133599856372,"last_updated":{"seconds":1678206669,"nanos":501175000}}
2 changes: 1 addition & 1 deletion Headers/Encryption/VersionInfo/VersionInfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace VERSION_INFO {
//Major, Minor, Patch
//for major or minor, change patch to 0
static constexpr char* VERSION = (char*)"v0.0.0";
static constexpr char* VERSION = (char*)"v1.9.0";
static constexpr char* REVISION_DATE = (char*)"3/2/2023";
static constexpr char* GITLINK = (char*)"https://github.com/ArthurF23/Cryptography";
};
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Thank you for using my header!

### v0.0.0
### v1.9.0

### What's new in v0.0.0
### What's new in v1.9.0

##### Initial commit from forked repository. Changes from previous repository include: complete removal of `ENCDEC`, `DUO`, and `Viginere Cypher`, improvements to `AKARE` function which greatly improves security, it requires a password now which is factored into the calculations to increase security, and some functions moved to their own headers & refactored to cleanup the code.

Expand Down
Binary file modified main
Binary file not shown.

0 comments on commit c838f61

Please sign in to comment.