Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 28, 2023
1 parent 2aef8c9 commit e813285
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 331 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The `go-peer` library contains a large number of functions necessary to ensure t
2. The `client` module for encrypting and decrypting information with the attached data integrity (hash), authentication (signature) and confirmation (work). It is a basic part of the `anonymity` module.
3. The `client/queue` module represents the generation, storage and issuance of encrypted messages every time the period specified by the application is reached. Uses the `client` module.
4. The `network` module is a decentralized communication between network nodes. It does not represent any protection of information and anonymity of participants.
5. The `network/anonymity` module to ensure anonymity based on the fifth stage. Presents the main functions for working with the network on top of the `network` and `queue` modules.
5. The `network/anonymity` module to ensure anonymity based on the fifth^ stage. Presents the main functions for working with the network on top of the `network` and `queue` modules.
6. The `storage` module includes `crypto` type storage. This type of storage can be used for secure storage of passwords and private keys.
7. The `storage/database` module is a `key-value` database with the functions of value encryption and key hashing inherited from the `storage` module.

Expand Down
1 change: 0 additions & 1 deletion cmd/hidden_lake/messenger/_daemon/install_hlm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cd /root && \
wget https://github.com/number571/go-peer/releases/download/v1.5.19/hlm_amd64_linux && \
chmod +x hlm_amd64_linux

chmod +x /root/hls_amd64_linux
systemctl daemon-reload
systemctl enable hidden_lake_messenger.service
systemctl restart hidden_lake_messenger.service
9 changes: 0 additions & 9 deletions cmd/hidden_lake/service/_daemon/install_hls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ cd /root && \
wget https://github.com/number571/go-peer/releases/download/v1.5.19/hls_amd64_linux && \
chmod +x hls_amd64_linux

cd /root && \
rm -f tkeygen_amd64_linux && \
wget https://github.com/number571/go-peer/releases/download/v1.5.19/tkeygen_amd64_linux && \
chmod +x tkeygen_amd64_linux

if [ ! -f /root/priv.key ]; then
cd /root && ./tkeygen_amd64_linux 4096
fi

systemctl daemon-reload
systemctl enable hidden_lake_service.service
systemctl restart hidden_lake_service.service
1 change: 0 additions & 1 deletion cmd/hidden_lake/traffic/_daemon/install_hlt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cd /root && \
wget https://github.com/number571/go-peer/releases/download/v1.5.19/hlt_amd64_linux && \
chmod +x hlt_amd64_linux

chmod +x /root/hlt_amd64_linux
systemctl daemon-reload
systemctl enable hidden_lake_traffic.service
systemctl restart hidden_lake_traffic.service
Loading

0 comments on commit e813285

Please sign in to comment.