当前位置: 首页 > 软件库 > 手机/移动开发 > >

Crypto-Wallet

🛒 Open source bitcoin wallet.
授权协议 MIT License
开发语言 Java
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 宗政元青
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Kryptsy

Features

  • �� Supports TOR a free & anonymous open-source software for enabling anonymous communication.
  • �� No Javascript.
  • ⚛️ Supports multiple digital currencies (eg. Bitcoin, Litecoin, Dogecoin etc.).
  • �� Anonymous login with no sign up required.
  • �� Powerful admin dashboard and management tools.
  • �� Usability and scalability.
  • �� Highly configurable and extendable.
  • �� Industry standard security out of the box.
  • �� Active community behind.

Requirements

  • Linux
  • Git 1.7.10+
  • Sqlite
  • Mustache
  • PhpLiteAdmin v1.9.8.2
  • Apache2
  • RedBean

** More details are in the doc.

Getting started

Installation

  • Utilities for handling Ethereum keys ethereumjs-wallet A lightweight wallet implementation. At the moment it supports key creation and conversion between various formats. 轻量级钱包实现。目前,它支持各种格式之间的key的创建和转

  • 简介 Rabby是DeBank开发的一款重磅的浏览器插件钱包 特性分析 1. 丝滑的多链体验 When you visit a DeFi Dapp for the first time, Rabby will automatically choose the corresponding chain for this site based on our database. You can also

  • 开源项目的地址:https://github.com/guoshijiang/blockchain-wallet-sdk/ 可以看得出来,该项目仍在更新代码中,目前助记词和keystore部分的代码已经完成,下面咱们就来就SDK中的助记词生成部分进行简单的使用: 一.助记词 目前支持生成12,15,18,21,24个不同语言的助记词,支持的语言有中文简体,中文繁体,英语,法语,日语,意大利语,韩语

  • 关于加密的内容比较较多,我这里主要介绍使用DBMS_CRYPTO进行对数据的加密以及加密后的数据进行解密。下面我们以例子的形式进行说明。 如果要使用dbms_crypto包,需要授予如下权限: SQL> grant execute on dbms_crypto to djp01 2 / Grant succeeded. SQL> 下面,我们看一个数据加密的例子: SQL> set serverou

 相关资料
  • Tor-Crypto-Wallet 是一个开源加密货币钱包。 特性: 支持 TOR 免费匿名的网络通信 无需 Javascript 支持多种数字货币,如 Bitcoin, Litecoin, Dogecoin 等 强大的管理面板和工具 可用性和可伸缩性 可配置以及可扩展 工业安全标准 活跃的社区支持 要求: Linux Git 1.7.10+ Sqlite Mustache PhpLiteAdmi

  • PLEASE NOTE WE HAVE DETECTED SOME FAKE COPAY WALLETS ON THE GOOGLE PLAY STORE FOR ANDROID, PLEASE BE SURE TO INSTALL "BITPAY WALLET" ONLY FROM THE APP STORES. APP's DEVELOPER SHOULD BE "BITPAY INC" ON

  • Overview 因为Java的Crypto API始终有点难用,SpringSide在core module中的org.springside.modules.security.utils中提供了封装。 API的出入参数都是byte[]数组,需要配合Encodes来转换成Hex或Base64存储。 Digests消息摘要 去年一轮的密码被盗风波后,使用salt并迭代N次的sha-1式密码存储已经是

  • The crypto component hosts all the implementations of cryptographic primitives we use in Libra: hashing, signing, and key derivation/generation. The NextGen directory contains implementations of crypt

  • crypto 跟加密相关的一些功能,包括安全验证等。

  • crypto 包括 attr、ecdsa、utils 子包。 attr:chaincode 属性检查校验; ecdsa:ecdsa 加密算法接口,一些 hash 和签名校验方法。 utils:提供 aes、ecdsa、x509 等方法。