Skip to content

Commit

Permalink
Merge pull request #5 from xerohackcom/dev
Browse files Browse the repository at this point in the history
Log update v1.2
  • Loading branch information
xerohackcom authored Jan 7, 2022
2 parents 745389b + 6cd9fb2 commit 3cc386a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
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.

0 comments on commit 3cc386a

Please sign in to comment.