Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log update v1.2 #5

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version 1.2
- [x] (imrovement) update system
- [x] (bug fix) exit script if no args passed

# Version 1.1
- [x] (improvement) installer.py
- [x] (improvement) readme improvement
- [x] (bug fix) requirements missing lib fix

# Version 1.2
- [ ] (improvement) intelligent update system
- [x] (bug fix) exit script if no args passed
6 changes: 4 additions & 2 deletions PLANLOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# In-Progress
- [x] installer.py
- [ ] /core/update.py
- [ ] silent mode arg (feature)
- [ ] manual mode (feature)
- [ ] check network before update check (bug fix)

# Version 2
- [ ] add analytic subnode : sub analytics after generating main csv
Expand All @@ -24,3 +25,4 @@
- [x] support for : lsb-only steganography
- [x] add silent mode (default: verbose)
- [x] workspace cleaner
- [x] update system
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Chaya is for your privacy.
<strong><a href="https://en.wikipedia.org/wiki/International_Covenant_on_Civil_and_Political_Rights">International Covenant on Civil and Political Rights (ICCPR) 1966, Article 1 - </strong></a>"No one shall be subjected to arbitrary or unlawful interference with his privacy, family, home or correspondence, nor to unlawful attacks on his honor or reputation. Everyone has the right to the protection of the law against such interference or attacks."


## Features v1.1
## Features v1.2

<p align="center" >
<a href="https://xerohack.com/chaya/" >
Expand All @@ -48,17 +48,14 @@ Chaya is for your privacy.
- [x] Highly verbose cipher data logs
- [x] Workspace Cleaner
- [x] Easy installer for initial setup
- [x] Comes with easy updater

## Changelog v1.1

- (bug fix) missing tqdm from requirements.txt
- (improvement) install.py for easy dep installations
- (improvement) readme
- (improvement) changelog for github
### Changelogs

Changelog (main channel): https://github.com/xerohackcom/Chaya/blob/main/CHANGELOG.md
Changelog (dev channel): https://github.com/xerohackcom/Chaya/blob/dev/CHANGELOG.md


## Intallation

### One Line Setup
Expand Down Expand Up @@ -126,7 +123,7 @@ python3 chaya.py -enc
## Future Plan
The plan is to build this into a modular framework where users can also add their custom scripts for encryption and steganography part. Support for multiple compression algorithms is being added. During the experiments, FLIF was supported, but now JpegXL (JXL) is the new best lossless raster based compression. Support for payload execution and other interesting stuff underway. Can be done combining commands, but not inbuilt. Video steganography using ffmpeg is being tested.

Please refer to the changelogs for detailed feature plans.
Please refer to the PLANLOG for detailed feature plans: https://github.com/xerohackcom/Chaya/blob/main/PLANLOG.md


## License
Expand All @@ -136,4 +133,3 @@ Chaya is licensed under <a href="https://github.com/xerohackcom/Chaya/blob/main/
## Contributions

Helping to report bugs and fix issues is appreciated.