Uefi1
Uefi1
> This [Delphi](https://en.wikipedia.org/wiki/Delphi_(software))? Yes Delphi XE RAD Studio or others Pascal lang
> You did not tell your Delphi version. Library supports Delphi Tokyo and newer versions. Library also needs HashLib4Pascal and SimpleBaseLib4Pascal. In any case, you can change the code so...
> if this is a task you wish to undertake then that is fine but I am not willing to go through that process for this Library. I still don't...
> out of the box, no. however, this library provides Cryptographic primitives which you can build on top to achieve your goals if you know how to use it. Is...
> Unfortunately, not sure of any. Please make such a library for delphi =)
> You can use PBKDF2 to implement BIP39 easily ... PBKDF2 is contained for example in the TMS Crypt Lib. > I think this is the best approach for him...
> Delphi and Python in combination rocks as we all hopefully know ;-) Such an implementation python4delphi is not suitable since it requires the python itself installed in the system...
> maybe you can try porting the Python or Javascript implementation to Delphi. > It would be a great way to contribute to the Delphi open source ecosystem. I don't...
> That is like saying any application with a required dll for deployment would not be suitable. You install Python4Delphi in your IDE and need to distribute the Python DLL...
> See: https://en.delphipraxis.net/topic/6686-python-dll-init-question/ Hail, it turns out the bip39 library appeared on chilkat: )) https://www.example-code.com/delphiDll/bip39_computation_of_binary_seed.asp I have only one question left, how can I now use this library to convert...