当前位置:编程学习 > C#/ASP.NET >>

关于网站程序授权部分的问题

namespace Biiz.Accredit
{
    using System;

    public static class Accredit
    {
        public static readonly string AccreditTime = "2008-09-15";
        public static readonly AccreditType aType = AccreditType.NoLimit;
        public static readonly int LimitUserNum = 1000000000;
        public static readonly string serviceid = "20080915-001425-00000-001";
        public static readonly string username = "www.kubi.com.tw";
        public static readonly string website = "www.kubi.com.tw";
        public static readonly string websiteport = "5862";
        public static readonly string websiteurl = "DGO260VOy69krRwJ+gUdswgxez68Vb+4|vxx1ZnCQ1h63DlDhaTbEK1jY7aegpXNz|euATMZTb7iI142Q2Ei6+jCJU1m/qo3PN|IA4rjwQyR8ZvvgXMX7dGNIZ1jAyx2zku";
    }
}

    这是一段网站源代码中关于授权部分的代码,有谁知道最后一句:
        public static readonly string websiteurl = "DGO260VOy69krRwJ+gUdswgxez68Vb+4|vxx1ZnCQ1h63DlDhaTbEK1jY7aegpXNz|euATMZTb7iI142Q2Ei6+jCJU1m/qo3PN|IA4rjwQyR8ZvvgXMX7dGNIZ1jAyx2zku";
是怎么能出来的,有什么规则?谢谢 --------------------编程问答-------------------- up --------------------编程问答-------------------- 好像是经过什么类型的编码了。
不想base64啊 --------------------编程问答-------------------- 看样子是先加密后序列化的一个字符串,关键是密钥你不太容易找到。 --------------------编程问答-------------------- 应该是自己的加密算法.难哦. --------------------编程问答-------------------- 都不一定是对称,加密,也许是MD5什么的。
感觉好像:
public static readonly string username = "www.kubi.com.tw"; 
public static readonly string website = "www.kubi.com.tw"; 
是网址和用户名


  public static readonly string websiteurl = "DGO260VOy69krRwJ+gUdswgxez68Vb+4|vxx1ZnCQ1h63DlDhaTbEK1jY7aegpXNz|euATMZTb7iI142Q2Ei6+jCJU1m/qo3PN|IA4rjwQyR8ZvvgXMX7dGNIZ1jAyx2zku";

是加密了的密码
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,