Encryption

mw mingwu at gmail.com
Mon May 17 17:12:51 UTC 2021


On Monday, 17 May 2021 at 17:08:41 UTC, noid wrote:
> On Monday, 17 May 2021 at 17:03:39 UTC, Imperatorn wrote:
>> On Monday, 17 May 2021 at 16:54:18 UTC, noid wrote:
>>> Hi! I am pretty new on Dlang and I wanted to make a small 
>>> password manager that used some sort of encryption on a file 
>>> (for example AES256) and save a password to decrypt it later, 
>>> so you can copy the password.
>>> I couldn't find any way of doing encryption on Dlang, is 
>>> there a lib that's better for doing this? Secured and some 
>>> other libs i tried didn't quite work.
>>> I also don't know how I could store the password (for example 
>>> in a SHA256 hash) for decrypting the files.
>>
>> https://code.dlang.org/search?q=crypto
>
> crypto prints the error i just posted last post, botan lib 
> gives me this error:
>

Try different compiler options (version=??? to make the static 
assert true).

If still not working, log an issue on the library's git repo page.


More information about the Digitalmars-d-learn mailing list