Skip to content

Commit

Permalink
Added more results in README (#85)
Browse files Browse the repository at this point in the history
* Added more results in README

* Update CHANGELOG

* Update order in CHANGELOG
  • Loading branch information
adarshpalaskar1 authored Apr 2, 2024
1 parent e1edd15 commit f57296d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

## Documentation

- Added more results in README ([#85](https://github.com/Saransh-cpp/ChaoticEncryption.jl/pull/85))
- Made everything strict except `:missing docs` ([#83](https://github.com/Saransh-cpp/ChaoticEncryption.jl/pull/83))

# ChaoticEncryption v0.3.2
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ A detailed guide on `ChaoticEncryption.jl`'s infrastructure is available [here](
|S.No. | Original Image | Image Dimensions | Encrypted Image | Decrypted Image | PRNG used | Algorithm used |
|:----:|:--------------:|:----------------:|:---------------:|:---------------:|:---------:|:--------------:|
|1|![image](https://user-images.githubusercontent.com/74055102/154138746-cd49b7a7-bdf2-47c2-8260-35a90084c60a.png)| (225, 225) | ![encrypted](https://user-images.githubusercontent.com/74055102/154138976-5e60fe23-3644-4299-bc39-7d6b637cc744.png) | ![decrypted](https://user-images.githubusercontent.com/74055102/154139009-bd2a1de0-03a7-432e-bc34-2647f8c42425.png) | Logistic Map (`logistic_key`) | Substitution (`substitution_encryption, substitution_decryption`)|
|2|![image](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/a4d8ab01-cf3b-4d87-8e6e-f559f1fab475)| (512, 512) | ![encrypted](https://user-images.githubusercontent.com/74055102/154138976-5e60fe23-3644-4299-bc39-7d6b637cc744.png) | ![decrypted](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/24963f96-a50d-44af-b6d9-65f34c6b04fe) | Logistic Map (`logistic_key`) | Substitution (`substitution_encryption, substitution_decryption`)|
|3|![image](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/a5515ec0-ca5d-4a7b-84d3-dbadc5bfe799)| (300, 451) | ![encrypted](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/b05b422a-ff5f-402b-8868-5f8826537360) | ![decrypted](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/2ffa0677-ed75-43fc-9c7a-2b38a35c0a16) | Logistic Map (`logistic_key`) | Substitution (`substitution_encryption, substitution_decryption`)|
|4|![image](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/0d82e63b-e223-4e6b-84be-6519fa1f13dd)| (512, 768) | ![encrypted](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/f1488f13-f58d-42e4-a4a9-72a49afe5c51) | ![decrypted](https://github.com/Saransh-cpp/ChaoticEncryption.jl/assets/83298237/cf49b39f-abe5-4467-9279-b0a0732ea47a) | Logistic Map (`logistic_key`) | Substitution (`substitution_encryption, substitution_decryption`)|

## Contributing to ChaoticEncryption.jl

Expand Down

0 comments on commit f57296d

Please sign in to comment.