Code Monkey home page Code Monkey logo

doflauncher's Introduction

滑里稽登陆器

使用.Net5 WPFApp 单文件构建;

界面采用MaterialDesign风格;

异步编程;

需要安装.Net5 x86;

和DNF.exe放在同一目录;

不含免Host,输入法等插件;

程序未加密,建议只在单人游戏使用;

自动保存用户名密码;

建议配合'DOF补丁大合集'使用;

有BUG问题请到Gihub发 Issues ;

下载地址:

release:https://github.com/nnn149/DofLauncher/releases

蓝奏云(内含DOF补丁大合集):https://nnn149.lanzous.com/b0dku04be 密码:dz9b

演示

演示

相关

openssl生成rsa

私钥生成 openssl genrsa -out rsa_2048_priv.pem 2048

公钥生成 openssl rsa -pubout -in rsa_2048_priv.pem -out publickey.pem

相关链接:

openssl: https://github.com/openssl-net/openssl-net

DOF补丁大合集:https://tieba.baidu.com/p/7223922234?pid=137874844872&cid=#137874844872

.Net5 Run:https://dotnet.microsoft.com/download/dotnet/5.0/runtime/?utm_source=getdotnetcore&utm_medium=referral

服务端 https://github.com/nnn149/dofServer

doflauncher's People

Contributors

nnn149 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

doflauncher's Issues

mysql配置信息完全正确也会导致mysql测试连接失败的问题

这是来自AppDb.cs的49行打debug断点得到的信息
  名称 类型
  password "uu5!^%jg" string
  port "3306" string
  server "192.168.200.131" string
  username "game" string
异常捕获信息
  名称 类型
  Message "'MySQL Server is requesting the insecure pre-4.1 auth mechanism (mysql_old_password). The user password must be upgraded; see https://dev.mysql.com/doc/refman/5.7/en/account-upgrades.html." string

异常原因在于服务器端的密码管理协议陈旧,使用的是旧有的用户密码格式存储;但是客户端升级之后采用了新的密码格式。mysql5.6版本遇到这种不一致的情况就会拒绝连接。

解决方法:添加连接驱动连接mysql参数secure_auth=off

我c#用的很少,因为你连接数据的信息好像是字符串拼接的我不之道在那里设置mysql驱动的属性,求解惑!
同时我也想制作一下登陆器,如果作者有空可以留个联系方式交流一下,我主javaWeb全栈

连不上

'MySQL Server is requesting the insecure pre-4.1 auth mechanism(mysql old password). The user password must be upgraded; seehttps://dev.mysgl.com/doc/refman/5.7/en/account-upgrades.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.