Python 加密从特定行到末尾的代码
我想加密从特定行到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论