飘云阁

 找回密码
 加入我们

QQ登录

只需一步,快速开始

查看: 8127|回复: 15

[已解决] SeriousBit Ellipter v2.1.1 .Net Licensing Library和谐

[复制链接]
  • TA的每日心情
    开心
    2018-7-9 08:20
  • 签到天数: 869 天

    [LV.10]以坛为家III

    发表于 2016-5-10 11:16:48 | 显示全部楼层 |阅读模式
    软件介绍:
    Ellipter - Protect Your .NET Apps From Piracy
    .NET library for licensing software products and components based on elliptic curves asymmetric cryptography with source code in C#
    软件功能:
    With Ellipter you can:
    • Protect your .NET and Linux/Mono based applications and components
    • Programmatically create and verify secure product keys
    • Easily verify any key with Ellipter's UI
    • Embed any information into a product key
    • Create time-limited keys.
    软件特点:
    Ellipter's Most Important Features
    Ellipter is a powerful yet easy to use 100% managed .NET library for licensing applications using user friendly and secure license keys based on asymmetric elliptic curves encryption.
    • Strong Encryption
    Ellipter uses an asymmetric elliptic curves encryption algorithm to create and verify license keys which makes it impossible for a cracker to create any KeyGens by reverse-engineering your code or even having full access to it.
    • Compact Product Keys
    Product keys generated by Ellipter are as short as possible: 29 characters length when no product info is embedded.
    • ID Based License Keys
    Each generated license key contains an ID which guarantees license key uniqueness and allows secure identifying of license keys.
    [C] 纯文本查看 复制代码
    //get the id of a given serial.
        SerialsManager manager = new SerialsManager();
        manager.PublicKey = "WTCCV77CW4B ... S6DJEPS2N7F92E";
        long id = manager.GetID(serial);

    • Embedded Product Info
    Additional product information can be embedded into license keys when they are generated which can be then used for specific software features.
    [C] 纯文本查看 复制代码
    //create a serial with embedded product info
        long id = 1;
        string info = "ELL1";
        string serial = manager.CreateSerial(id, info);
        //extract the product info from a serial
        string info = manager.GetInfo(serial);

    • Time-Limited License Keys Creation
    Time-limited keys can be created and used for software with specific licensing needs like subscriptions.
    [C] 纯文本查看 复制代码
     //create a serial with embedded expiration date
        DateTime expDate = new DateTime(2013, 01, 01);
        string serial = manager.CreateSerial(id, expDate, info);
        //extract the expiration date from a serial
        DateTime expDate = manager.GetDate(serial);

    • License Keys Black-Listing
    Any license key can be blacklisted, which means it won't be accepted by Ellipter even if it is valid.
    Just 3 Lines of Code to Create a Time Limited or Uses Limited Trial Application
    Ellipter contains two classes TimeBomb and UsageBomb that provide functionality for time limited and respectively usage limited trials and demos.
    [C] 纯文本查看 复制代码
    TimeBomb bomb = new TimeBomb(15, new Guid("{34B23D72-B135-4615-B253-3813B6A1FD71}"));
        bomb.Update();
        if(bomb.IsExpired)
        {
        //show an expiration message here 
        }

    软件主页:
    https://ellipter.com/
    和谐前后展示:




    软件安装及破解文件下载:(此文件仅供个人学习和交流,其它用途请购买正版。)
    安装文件:
    和谐文件:
    游客,如果您要查看本帖隐藏内容请回复





    来自群组: 一起玩游戏

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?加入我们

    x
    PYG19周年生日快乐!
  • TA的每日心情
    开心
    2018-7-9 08:20
  • 签到天数: 869 天

    [LV.10]以坛为家III

     楼主| 发表于 2016-11-8 13:29:53 | 显示全部楼层
    aremat 发表于 2016-11-8 05:22
    gagmeng , need help , please, need Fast Video Downloader  http://www.fastpctools.com/  NET

    Hafe F ...


    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?加入我们

    x
    PYG19周年生日快乐!
    回复 支持 1 反对 0

    使用道具 举报

  • TA的每日心情
    难过
    2023-5-29 09:29
  • 签到天数: 469 天

    [LV.9]以坛为家II

    发表于 2016-5-10 12:24:46 | 显示全部楼层
    试用下,感谢发布。
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情

    2022-9-4 21:29
  • 签到天数: 1756 天

    [LV.Master]伴坛终老

    发表于 2016-5-10 13:34:22 | 显示全部楼层
    看不懂,膜拜下
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    13 小时前
  • 签到天数: 1431 天

    [LV.10]以坛为家III

    发表于 2016-5-10 23:09:33 | 显示全部楼层
    赞一个,支持一下了
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2023-7-21 13:12
  • 签到天数: 79 天

    [LV.6]常住居民II

    发表于 2016-5-11 06:57:03 | 显示全部楼层
    好像问一句   这是啥
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2024-4-9 21:22
  • 签到天数: 336 天

    [LV.8]以坛为家I

    发表于 2016-5-11 09:09:37 | 显示全部楼层
    下载来用一下,谢谢
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    15 小时前
  • 签到天数: 2461 天

    [LV.Master]伴坛终老

    发表于 2016-5-11 13:07:59 | 显示全部楼层
    看一下,多谢了

    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2019-3-17 22:44
  • 签到天数: 132 天

    [LV.7]常住居民III

    发表于 2016-5-11 21:26:42 | 显示全部楼层
    期待大神的dotNet教程~
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    无聊
    2018-11-24 09:14
  • 签到天数: 7 天

    [LV.3]偶尔看看II

    发表于 2016-8-26 21:49:28 | 显示全部楼层
    感谢大神分享,辛苦了
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2023-3-31 15:12
  • 签到天数: 8 天

    [LV.3]偶尔看看II

    发表于 2016-11-7 21:55:32 | 显示全部楼层
    感谢楼主,感谢发布。
    PYG19周年生日快乐!
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 加入我们

    本版积分规则

    快速回复 返回顶部 返回列表