Search:

Type: Posts; User: optikal

Search: Search took 0.02 seconds; generated 18 minute(s) ago.

  1. Re: How to Convert Hex PrivateKey To Hex PublicKey in VB6 ?

    Hey wqweto :-) I am working on mdCurve25519.bas Maybe invent something else :-)
    I have included mdSha512.bas to my project and set CRYPT_HAS_SHA512 = 1

    Best.....
    Thanx
  2. Re: How to Convert Hex PrivateKey To Hex PublicKey in VB6 ?

    Thanx trick ,I already using the libsecp256k1vb.dll library.
    is there a way to get the publickey from elliptic curve function in pure vb code without external .dll or ocx?
  3. How to Convert Hex PrivateKey To Hex PublicKey in VB6 ?

    How to Convert Hex PrivateKey To Hex PublicKey in VB6
    Using Derivative secp256k1 Without any ActiveX control?

    JavaScript Example:...
  4. Re: Adding 1 in to each of array with Separators in javascript

    BOOOM Thats it szlamany.
    thank you for your time.
    Cool:thumb:
  5. Re: Adding 1 in to each of array with Separators in javascript

    Hi szlamany ,thank you for your attention.

    I am working hard to solve it.
    But It's not working yet with this function too :mad:
    It's seems very very difficult...


    function addNum(arr,...
  6. Re: Adding 1 in to each of array with Separators in javascript

    Hi :wave:


    var n = "11_11_11_11_11_11_11_11_11_11";
    var addone = "1";
    var maxNum = "15";
    var separator = "_";

    function addNum(n, separator, maxNum) {
    n = n.split(separator).reverse();
  7. Adding 1 in to each of array with Separators in javascript

    Adding 1 to each in array from 1 to 15 maximum.
    with Numeric Separators .


    var n = "11_11_11_11_11_11_11_11_11_11";
    var addone = "1";
    var maxNum = "15";
    var separator = "_";

    function...
  8. Replies
    7
    Views
    1,888

    Re: How to calculate checksum of hash string.

    Wow, I have tested it.. Really it's more faster than before.
    I prefer the pure script. for understanding :D

    I appreciate it.:check:
    Thanks bro.
  9. Replies
    7
    Views
    1,888

    Re: How to calculate checksum of hash string.

    That's great. It is very helpful. Thank you for your time. :)
  10. Replies
    7
    Views
    1,888

    Re: How to calculate checksum of hash string.

    Thank you WQW for your help ...perfect result .:check:
    I have never used API before. And I am a new in vb6.

    Is there a pure vb6 function without using API ? THANK YOU AGAIN...
  11. Replies
    7
    Views
    1,888

    How to calculate checksum of hash string.

    I tried to obtain Checksum from hash string using CSHA256.cls class.
    for example:
    hash = "238dbd3bd53ee4c53c505ca2b56e1756e622aa0c"
    duoblSHA256 = SHA256Hash.SHA256(SHA256Hash.SHA256(hash)...
  12. Replies
    6
    Views
    1,463

    Re: VB6 Base58 Decoding

    It is a complete version of Base58 encode/decode.
    And It is super fast indeed.

    I appreciate it.:)
    Thank you for your time.
  13. Replies
    6
    Views
    1,463

    Re: VB6 Base58 Decoding

    After many testing... It's working for me. :rolleyes:

    I always prefer the pure script. for understanding encoding/decoding processes function.
    I tried to transcode c++ to VB6 function. the...
  14. Replies
    6
    Views
    1,463

    Re: VB6 Base58 Decoding

    I have test everything it is working correctly Perfect job.
    Thank you in advance.:check::check::check::check::check:
  15. Replies
    6
    Views
    1,463

    VB6 Base58 Decoding

    I'm trying to decode Base58 string into byte array to HexString.

    (https://github.com/bitcoin/bitcoin/b...src/base58.cpp),
    which is written in c++, Can anyone help me to convert the flow code to...
  16. Replies
    12
    Views
    3,131

    Re: VB6 Base58 encoding

    I'm trying to decode Base58 string into byte array

    (https://github.com/bitcoin/bitcoin/blob/master/src/base58.cpp),
    which is written in c++, Can anyone help me to convert the flow code to VB6...
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width