我将使用什么编程语言如果我想开发一种新的“注册和登录”方法? [关闭]

问题描述:

If I want to develop a new "registration and login" method with a different logic, using mathematics equations and simple algorithms to enhance the current level of security in registration and loging-in step, what programming language that I shall use? I seek the simplicity in coding and high speed abilities in processing the script.

I found that I may use PHP..! Is it a correct choice? Or there's an easiest programming language that will help me in this matter?

如果我想用不同的逻辑开发新的“注册和登录”方法,使用数学方程式和简单的算法 为了提高注册和登录步骤中的当前安全级别,我将使用哪种编程语言? 我在处理脚本时寻求编码的简单性和高速能力。 p>

我发现我可以使用PHP ..! 这是一个正确的选择吗? 或者有一种最简单的编程语言可以帮助我解决这个问题? p> div>

If you are using a web interface, it is probably the right solution it your complexity is not too high. For very high complexity (long running time), use perhaps C, invoked by PHP.

If you use some (desktop-)game, then there exist better solutions like really compiled languages.

And best, use some predefined algorithms, where you know that they're secure. Your own algorithm may have security problems you couldn't imagine yourself.