1.获取加密代码
打开cmd运行regedit打开注册表编辑器
根据路径
计算机\HKEY_CURRENT_USER\SOFTWARE\PremiumSoft\Navicat\Servers\连接名称
打开Pwd文件复制加密代码
2.破解密码
打开破解网站复制下列代码进去
<?php
class NavicatPassword
{
protected $version = 0;
protected $aesKey = 'libcckeylibcckey';
protected $aesIv = 'libcciv libcciv ';
protected $blowString = '3DC5CA39';
protected $blowKey = null;
protected $blowIv = null;
public function __construct($version = 12)
{
$this->version = $version;
$this->blowKey = sha1('3DC5CA39', true);
$this->