在检查对称加密算法代码不存在问题后,使用对称算法对密文的明文重新加密后发现二者并不一致,最后发现原来是原密码加密时使用的公钥与当前加密算法的公钥不一致。
异常的详细信息如下:
]]>在 System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)在 System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)在 System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)在 Goodway.FileSystem.FileStorer.Encryption.Decrypt(String originString) 位置 D:\BE30\Class\GOODWAY.FILESYSTEM\FileStorer.cs:行号 172在 Goodway.FileSystem.FileStorer.Decrypt(String originString) 位置 D:\BE30\Class\GOODWAY.FILESYSTEM\FileStorer.cs:行号 119在 sysmodule.FileSystem.FileList.Page_Load(Object sender, EventArgs e) 位置 D:\BE30\WebRoot\SYSMODULE\FileSystem\FileList.aspx.cs:行号 98在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)在 System.Web.UI.Control.OnLoad(EventArgs e)在 System.Web.UI.Control.LoadRecursive()在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
标记从SaBlog转换至WordPress的分界点。
完成了将SaBlog中的分类、文章、评论、附件无损导入WordPress,转换程序随后提供。
]]>开放的中国式互联网。
远方的Google请你留下来。
要注意的是,提名并不意味着你马上就会被邀 请,从提名到被邀请可能会等上几天到几个礼拜。
分享本人Google Wave帐号中的15个邀请,需要的留言并提供Gmail邮箱(留言需要审核,请不要重复留言)。
目前还有0个提名权
wave&yeexi.com 和 zerlier&163.com 未提供Gmail邮箱,所以未提名,不好意思了。
关于如何使用Google Wave,请阅读“Google Wave入门指南”
The Complete Guide to Google Wave
以下用户已经提名,还剩最后三个:
其中关键的一点是出现了一个错误代码 0×8013134b。
出现这个错误的原因很简单:因为安装ASP.NET 2.0(或者针对.NET 2.0的补丁) 后,.NET 2.0 自动将IIS中所有的站点属性中的“ASP.NET版本” 设置为 2.0.50727,虽然站点仍旧能够正常访问,但是Visual Studio 2003就无法启动调试了的。
因此解决方法也就出现:
————–英文信息—————
Attached the process w3wp.exe on my machine. Then I got the following error:
Auto-attach to process ‘[2440] w3wp.exe’ on machine ‘…’ failed. Error code 0×8013134b.
The problem was that I had installed .NET 2.0 which had registered ASP.NET 2.0 on the Web Site I was trying to debug.
Fixing it is simple:
Upon changing to 1.something, the debugging worked.
]]>Google Wave中的许多功能正在测试中。
在Chrome中运行Google Wave的体验相当棒,虽然有经常有CPU占用率100%的情况,但是速度是相当快的。
邀请中附带有20个Invitations 
Thank you for signing up to give us early feedback on Google Wave. We’re happy to give you access to Google Wave and are enlisting your help to improve the product.
To accept your invitation, sign into Google Wave at the following link*:
https://wave.google.com/wave/invite?a=pre&wtok=***&wsig=***
(If you do not have a Google account, you will be prompted to create one)
Once you’ve signed in:
Check out the videos and example waves
Invite others to join you
Happy waving!
The Google Wave Team
For help, please visit http://www.google.com/support/wave
]]>
此次破解的是Google Search Appliance virtual edition,而Google Search Appliance (GSA)为硬件产品估计无法实现破解。
2010年1月29日更新:Google Search Appliance virtual edition项目已经中止
在此过程中遇到虽然了不少问题,但是也体会到了Google的强大。
整个系统主要由Python 和 Java实现,操作系统使用的是CentOS 5,License使用GPG加密,只能透露这一点点了。
Python真的很强大!
—————————
Microsoft Network Monitor 3.3
—————————
None of the network adapters are bound to the netmon driver.
You may not have the rights to capture on this machine. Your account must be in the Administrators group to capture.
—————————
确定
—————————
在此之前还曾使用 Microsoft Network Monitor 3.3 分析过 “大杀器 开心农场外挂”的数据包,考虑到嗅探软件的特殊性肯定不是因为帐户权限的原因,因为我一起使用Administrator进行操作的。
考虑到最近为了翻墙安装了一款免费VPN软件:Anchorfree Hotspot Shield(HSS-1.30-install-anchorfree-76-conduit.exe)
而此软件安装了一个虚拟网卡和几个比较特殊的服务,应该是两个软件的某此功能冲突了。
PS:我真是聪明,不过可惜了我的VPN软件。
]]>
成天就知道搜索一些不健康的内容,不健康不说居然还打错字。
仔细看图噢,是AU噢。
]]>
附件:error.txt(7215 Byte)
]]>I ran into this very problem. One tool was getting my home directory from the registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop) and another tool was getting it from an environment variable (HOMEPATH or USERPROFILE). For me they didn’t match. I fixed it by changing the Windows registry using the regedit command. Warning: it’s easy to mess up your registry and render your machine unusable if you don’t know what you’re doing in regedit.
]]>下载 jdk-1_5_0_16-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0_16-oth-JPR@CDS-CDS_Developer
下载 jdk-1_5_0_18-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0_18-oth-JPR@CDS-CDS_Developer
下载 jdk-1_5_0_20-windows-i586-p.exe 的链接
下载 jdk-6u13-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u13-oth-JPR@CDS-CDS_Developer
下载 jdk-6u16-windows-i586-p.exe 的链接
大家可以根据以上提供的链接的规律构造JDK下载链接,只需要对应的修改ProductRef参数的值即可。
]]>
具体的修改方法如下:
移动项目: 打开“运行”(开始菜单那里),输入:regedit 以打开注册表编辑器。 找到下面注册表位址: HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To 删除这个项下的注册表默认项的值。 复制项目: 通常来说,“移动项目”的问题解决完后就会出现“复制项目”的问题,解决方法也很简单: 打开注册表,找到以下位址: HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To 删除这个项下的注册表默认项的值。
正常的注册表值应该如图所示:
]]>