From 15c4015bb1923dc78affefd73f47a25abd4dca45 Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:12:02 +0800 Subject: [PATCH 1/7] Create README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 初始化 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b5b7b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# xorm tools +## 说明 +* xorm的辅助工具,本工具目前主要提供xorm的SqlMap配置文件和SqlTemplate模板批量加密功能。 +* 目前支持AES,DES,3DES,RSA四种加密算法。其中AES,DES,3DES并非标准实现,有内置补足key,与[https://github.com/xormplus/xorm](https://github.com/xormplus/xorm) 库中的解密算法对应。 +* 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 +* win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 From 3ad1cbcbb3bec74237fb335854f5292aca255495 Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:22:18 +0800 Subject: [PATCH 2/7] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新图片 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82b5b7b..f54c021 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ * 目前支持AES,DES,3DES,RSA四种加密算法。其中AES,DES,3DES并非标准实现,有内置补足key,与[https://github.com/xormplus/xorm](https://github.com/xormplus/xorm) 库中的解密算法对应。 * 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 + +![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/1793305432016061523184206_640.jpg?1262x699_130) From 1c9995801583c7e63651a6dcd811f54df63f306c Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:26:07 +0800 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f54c021..e405529 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ * 目前支持AES,DES,3DES,RSA四种加密算法。其中AES,DES,3DES并非标准实现,有内置补足key,与[https://github.com/xormplus/xorm](https://github.com/xormplus/xorm) 库中的解密算法对应。 * 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 - +* 样图如下: ![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/1793305432016061523184206_640.jpg?1262x699_130) From a0f8b46a21103b4163442ebceae5bb3de0b831da Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:29:22 +0800 Subject: [PATCH 4/7] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新图片 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e405529..911bbcb 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ * 目前支持AES,DES,3DES,RSA四种加密算法。其中AES,DES,3DES并非标准实现,有内置补足key,与[https://github.com/xormplus/xorm](https://github.com/xormplus/xorm) 库中的解密算法对应。 * 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 -* 样图如下: -![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/1793305432016061523184206_640.jpg?1262x699_130) + +![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/17933054320160615232729053_640.jpg?1262x699_130) From 8f60d8638aed325f463eadc47be4d1339b3403d9 Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:32:12 +0800 Subject: [PATCH 5/7] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新图片 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911bbcb..8dcab6d 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ * 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 -![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/17933054320160615232729053_640.jpg?1262x699_130) +![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/1793305432016061523184206_640.jpg?1262x699_130) + From 938f22f5236968efb2a9628820f927621a9f3bbc Mon Sep 17 00:00:00 2001 From: xormplus Date: Wed, 15 Jun 2016 23:41:20 +0800 Subject: [PATCH 6/7] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新图片 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcab6d..6c3941a 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ * 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 -![](http://image18-c.poco.cn/mypoco/myphoto/20160615/23/1793305432016061523184206_640.jpg?1262x699_130) +![](http://i.imgur.com/cR1lh2J.png) From e3cd879395b2694f376807d07e78612042a7a273 Mon Sep 17 00:00:00 2001 From: xormplus Date: Thu, 16 Jun 2016 10:50:58 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c3941a..765046e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 说明 * xorm的辅助工具,本工具目前主要提供xorm的SqlMap配置文件和SqlTemplate模板批量加密功能。 * 目前支持AES,DES,3DES,RSA四种加密算法。其中AES,DES,3DES并非标准实现,有内置补足key,与[https://github.com/xormplus/xorm](https://github.com/xormplus/xorm) 库中的解密算法对应。 -* 本工具使用Sciter的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 +* 本工具使用[Sciter](http://sciter.com/)的Golang绑定库 [sciter](https://github.com/oskca/sciter) 开发。由于主要是试用Sciter,所以逻辑相关的代码组织的并不是很规整,例如有些方法明显可以抽成接口方式。 * win64下可运行文件下载:[tools.2016.06.15.win64.zip](https://github.com/xormplus/tools/releases/download/v2016.06.15-alpha/tools.2016.06.15.win64.zip),其他环境请自行编译 ![](http://i.imgur.com/cR1lh2J.png)