登录
首页 » Android » 椭圆曲线加密

椭圆曲线加密

于 2022-04-09 发布 文件大小:10.93 MB
0 195
下载积分: 2 下载次数: 1

代码说明:

secp128r1,secp160k1,secp224k1 加密,椭圆曲线,它是演示椭圆曲线密码的一个例子。它可以生成私人和公共的代码。您可以验证您在此示例中的密钥。谢谢。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android 简单播放歌曲功能演示
    Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   ImageButton start;//播放、暂停按钮   ImageButton stop;//停止按钮   ActivityReceiver activityReceiver;   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法    super.onCreate(savedInstanceState);    setContentView(R.layout.main);//设置当前的用户界面    start = (ImageButton) this.findViewById(R.id.start);//得到start的引用    stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用    start.setOnClickListener(this);//为按钮添加监听    stop.setOnClickListener(this);//为按钮添加监听    activityReceiver = new ActivityReceiver();//创建BroadcastReceiver    IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器    filter.addAction("wyf.ytl.update");//添加Action    registerReceiver(activityReceiver, filter);//注册监听    Intent intent = new Intent(this, MyService.class);//创建Intent    startService(intent);//启动后台Service   }
    2023-08-23 12:30:03下载
    积分:1
  • 一个简单的项目框架
    一个简单的项目框架
    2015-04-17下载
    积分:1
  • qiangtandenglu
    《抢滩登陆》属于即时360度全方位射击游戏,相对于同类游戏较为简单,但容量又大于普通的小游戏,玩法非常简单,很容易上手。游戏情节惊心动魄,游戏场景中变化多端的敌军、即时控制的动作都是吸引玩家的亮点。 20世纪60年代,战争的硝烟在整个欧洲大陆上弥漫,盟军在大陆上的作战陷入了胶着状态。为了牵制敌军的行动并最终取得决定性的胜利,玩家的使命就是:尽最大可能消耗敌人的入侵部队,阻止敌人的进攻。面对滩头上潮水一般涌来的敌人,唯一能依靠的就只有身后那门威力无比强大的海防炮台。 android游戏(Landing on a beach belonging to real-time 360-degree shooting game, it has a relatively simple compared to similar games, but the capacity is greater than the ordinary game play is very simple, very easy to use. The game plot thrilling, varied enemy in the game scene, real-time control actions are the highlights to attract players. 1960s, the war on the entire European continent, filled the air, the Allied forces fighting on the mainland into a stalemate. In order to pin down the enemy' s actions and ultimately to achieve a decisive victory, the player' s mission is: to the maximum extent possible consumption of the invading forces of the enemy, to prevent the enemy' s attack. The face of the enemy beachhead came flooding, only able to rely on only behind that door power of powerful coastal defense fort. android game)
    2012-07-08 08:36:56下载
    积分:1
  • phi+2
    ioi tyuytut tyyyy rrrr uujj yyy
    2018-01-23 13:02:57下载
    积分:1
  • Happychat2
    Java源码,网络相关,聊在室   一个多用户的Java聊天室程序源码,是一个比较完整的毕业设计作品,实现了以下功能:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能。(Java source code, network-related, program source code of Java chat rooms chat room more than one user, is a relatively complete graduation designs, implements the following functions: user registration, data storage, multi-user login, multi-user chat with whisper save the user record, the user leaves the record is automatically cleared, the line number of monitoring a variety of functions.)
    2021-02-17 19:09:45下载
    积分:1
  • 自定义控件实现视差滚动
    应用背景有对页面视图有视差滚动要求的app和对视差滚动有幅度变更需求的app关键技术自定义控件继承scrollview更改滚动方式实现双层滚动时实现视差滚动效果
    2022-09-25 22:35:03下载
    积分:1
  • 手势跟踪显示例子
    用于在ANDROID系统中显示手势的输入 该程序用JAVA在android系统上实现 可以编辑 本例子只用于手势输入的跟踪显示 不提供手势 显示等具有输入法功能的程序
    2022-03-13 22:31:40下载
    积分:1
  • 安卓手机通过蓝牙控制单片机小车
    本套源码是利用手机的蓝牙,利用Socket套接字,分别将控制小车前进(go)、后退(back)、左转(left)、右转(right)、停止(stop)等字符串通过蓝牙发给串口。然后再单片机端,用一个蓝牙模块接收手机发来的数据通过51的串口发送给单片机,进而驱动小车的运动!
    2022-03-21 06:45:55下载
    积分:1
  • android 截图示例源码下载
    android 截图示例源码下载
    2013-10-23下载
    积分:1
  • android 多文件上传(有进度条)例子源码
    用于多文件上传到服务器,并且有进度条提示
    2015-05-29下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载