Python 加密从特定行到末尾的代码

发布于 2025-01-10 09:10:49 字数 216 浏览 0 评论 0原文

我想加密从特定行到 python 3.x 中的一行的代码。我以这种方式请求它的原因是因为我的代码必须在同一代码中获取用户输入表单。

代码示例如下 名称:某物 地点:德国 年龄:20

####变量在这里结束####

代码从这里开始: 打印(姓名) 打印(放置) print(age)

所以我想要的是代码被加密/混淆或用户无法读取。唯一的例外是用户必须可读的变量。

I want to encrypt a code from a particular line until a line in python 3.x . The reason I am requesting it in this manner because my code has to get user input form in that same code.

example of code will be like this
name: something
place: Germany
age: 20

####variables end here###

codes start from here:
print(name)
print(place)
print(age)

so what I wanted is the codes to be encrypted/obfuscated or unreadable to users. The only exception is the variables that has to be readable to user.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文