我正在编写一个Python脚本,以从类似于ASP.NET的MembershipProvider的现有系统中创建散列字符串。我希望重新编码散列密码,以便在Python和ASP.NET/C#中哈希相等:import sha # strings are currently stored as hexhex_hashed_password = sha.sha(password).h
我有2个网站:一个写在经典的asp和另一个写在ASP.NET (1.1框架)。这两个应用程序都使用登录机制来基于共享数据库表验证用户凭据。我发现这段Rijndael代码可以和经典的asp一起使用: If Not String.IsNullOrEmpty(TextBox1.Text) And Not String.IsNullOrEmpty