English 中文(简体)
• 如何使用随机生成的密码确保安全准入?
原标题:How to use the randomly generated code for secure access?

我一直想通过在服务器上使用长篇随机切记密码来保证日志系统的安全,并把它作为隐蔽的现场发送给客户。 然后,我将用这些密码对全权证书进行加密。 但当时我认识到,由于我如何看到白.的编码,因此其加密将非常容易。 因此,这种评估技术是安全的,还是特殊的选择?

最佳回答

通过吉大港山区发送的任何货物都是显而易见的,可以拦截。 至少将HTTPS用于记录页。

问题回答

了解跨国激进党如何实施反奴隶制行动。 在这方面,可以帮助你了解你需要做的事情,并给你一些想法。

如果你想要尽量减少“坏gu”在中间的影响,那么SSL就是最好的方法。 如果有经过证明的方法,为什么需要重新发明轮轮子?





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签