暗号通貨

AIデータ復旧サービスについて

chapter397, [SORA] We implemented a quantum resistance key, sign/verify.

Like Elliptic curve cryptography, it has a sign/verify features and has a quantum resistance key that can be implemented...
AIデータ復旧サービスについて

復旧不定期日誌430, 16のフレーズを記憶するだけで、完全復元可能な機能を投入です。これで、バックアップはもちろん、ハードウェアベース、ペーパーなどのウォレットは「不要」ですね。

階層型の秘密鍵を16フレーズで復元します。そして、これを記憶すれば、全部元通りになるという仕組みです。もちろん、順番厳守となります。ところで、確実な覚え方ですね。フレーズを「縦横 4 X 4」にして並べて、以下のように覚えます。まず、1行目...
BLOCKCHAIN

chapter390, [SORA] Let’s put a new mechanism that can freely load/store data on the blockchain.

Currently, we are using the blockchain for drive maintenance features in software called FromHDDtoSSD.So we found a way ...
About coins, tokens, NFTs

Blockchain and sha256 [25], d *= c, h *= c, c = 8

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
BLOCKCHAIN

Blockchain and sha256 [24], h = (t1+t2)^(3n+1)/d

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
AIデータ復旧サービスについて

復旧不定期日誌413, FromHDDtoSSD Platform

今週半ばまでに、立ち上げましたFromHDDtoSSD Platformの詳細をまとめます。ゆっくりペースとはなりますが、着実に進めていきますので、今後ともなにとぞよろしくお願いいたします。https://秋葉.jp
About coins, tokens, NFTs

Blockchain and sha256 [22], t1 = Ch, t2 = Maj + k

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [21], t1 = Ch + k, t2 = Maj

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [20], d = k

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [19], d – h swap

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [16], if t1 is uint64_t, uint32_t tt = (uint32_t)t1, when if(t1==tt).

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
BLOCKCHAIN

Blockchain and sha256 [15], d += Σ n (n is non-negative integer)

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [14], h += 1

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [9], hello hash and 3n + 1 conjecture

void hex_printf(unsigned char (*hash)) { // fixed 32 bytes::printf( "0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%...
AI-NFT Web3.0 FromHDDtoSSD

chapter349, We released FromHDDtoSSD v3 with SORA Network!

From now on, there is no doubt that SSD/NVMe of size of TB will become mainstream.Therefore, we are particular about SSD...