Skip to content

huangkl1024/foxmail-password-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxmail 密码解密

contributors last update forks stars open issues license


本项目基于 Foxmail-Password-Recovery 移植

👾 Foxmail 测试版本

Foxmail 7.2.23.116

🏃 本地运行

通过 git 克隆项目

  git clone https://github.com/OutOfMemoryEx/foxmail-password-recovery

使用 idea 打开项目

找到 FoxmailPasswordRecoveryTest 类,修改 foxmailInstalledPath 变量值为自己电脑 foxmail 安装路径

运行 FoxmailPasswordRecoveryTest#decrypt() 测试方法

👀 Usage

package com.huangkailong.util;

import java.util.List;
import org.junit.jupiter.api.Test;

class FoxmailPasswordRecoveryTest {

  @Test
  void decrypt() {
    String foxmailInstalledPath = "D:\\Program Files\\Foxmail";
    FoxmailPasswordRecovery foxmailPasswordRecovery =
            new FoxmailPasswordRecovery(foxmailInstalledPath);
    List<FoxmailPasswordInfo> foxmailPasswordInfos = foxmailPasswordRecovery.decrypt();
    System.out.println(foxmailPasswordInfos);
  }
}

⚠️ 开源许可证

查看 LICENSE.txt 了解更多信息.

About

Foxmail 密码解密

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages