这是indexloc提供的服务,不要输入任何密码
Skip to content

please think over my submission and I hope this reaches Termux maintainers well but I am very passionate in my development. #25424

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

Closed
wants to merge 1 commit into from

Conversation

CEO-netizen
Copy link

@CEO-netizen CEO-netizen commented Jul 20, 2025

ZHESP2 is a secure encryption tool for Termux. This package adds it to the ecosystem. PyPI: https://pypi.org/project/zhesp2/ GitHub: https://github.com/CEO-netizen/zhesp2

…friendly and uses AES-GCM with Argon2id key derivation the github repo is at https://github.com/CEO-netizen/zhesp2.
@twaik
Copy link
Member

twaik commented Jul 20, 2025

We do not host personal projects.

@twaik twaik closed this Jul 20, 2025
Copy link
Member

@TomJo2000 TomJo2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This is a pre-written partial review template)

I can't seem to find a package request for this project.
So I'll just go through an abbreviated version of the package request checklist below really quick.

Note

For future reference, please open a package request before spending the time to write a package build.

Package requests give us a heads up to evaluate if a package is suitable for packaging in the main Termux repositories.
https://github.com/termux/termux-packages/issues/new?template=02-package-request.yml
If you intend to package

Not all projects will meet out packaging guidelines.
In case this project does not, it may still be suitable for inclusion in the TUR

Packaging policy acknowledgement

  • The project is actively developed.

  • The project has existing packages and is "well known".

  • Licensed under an open source license.

  • Not available through a language package manager: pip, npm, cpan, cargo, etc.

  • Not taking up too much disk space (< 100MiB per architecture, exceptions can be made)

  • Not duplicating the functionality of existing packages.

  • Not serving hacking, malware, phishing, spamming, spying, ddos functionality.

(End of pre-written reply)

This is a pure Python library/utility, it does not need packaging to work on Termux.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package licenses in Termux are either linked against the "generic" (no project specific information) licenses contained in the termux-licenses package.
https://github.com/termux/termux-packages/tree/master/packages/termux-licenses/LICENSES

Or the license file(s) of the project are copied from the package's source directory as part of the package build process.
A separate LICENSE file in the build script directory is not required or checked for, so this doesn't do anything by being here.

@@ -0,0 +1,13 @@
TERMUX_PKG_HOMEPAGE="https://pypi.org/project/zhesp2/"
TERMUX_PKG_DESCRIPTION="ZHESP2 - Zero's Hash Encryption Secure Protocol, a modern encryption CLI"
TERMUX_PKG_LICENSE="GPL-3.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project is listed as MIT licensed on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants