From e5e3f40059239cba68d0ed8dd3c958545c80fbea Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 10 Oct 2022 21:39:19 +0200 Subject: Update Readme with the now final name of PassFish. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b54c032..315ec0c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This is a completely new implementation, but the source code of the JavaScript E All credit for the development of the PasswordMaker Pro algorithm (and therefore for the high level flow of this library too) goes to the original authors of PasswordMaker Pro, [Miquel Burns](https://github.com/miquelfire) and [Eric H. Jung](https://github.com/ericjung). (I really hope I linked the correct profiles.) -This crate is meant as a building block for an upcoming native Sailfish OS app that aims to be compatible with PasswordMaker Pro, but the public API should be reasonably easy to use for other Rust-based PasswordMaker compatible tools, so feel free to base your own applications on this. +This crate is meant as a building block for an upcoming native Sailfish OS app ("[PassFish](https://github.com/soulsource/passfish)") that aims to be compatible with PasswordMaker Pro, but the public API should be reasonably easy to use for other Rust-based PasswordMaker compatible tools, so feel free to base your own applications on this. Beware that currently this library is developed in tandem with the corresponding Sailfish app, so the interface might still change as needed. This will of course stop once this library reaches version 1.0. -This library does not include any cryptographic hashes itself, but rather relies on the user to supply implementations of the hash algorithms. You can have a look at the integration tests to see how the syntax looks like for the [RustCrypto Hashes](https://github.com/RustCrypto/hashes). This is to avoid duplicate code, as many GUI frameworks already include their own implementation of the hashes. \ No newline at end of file +This library does not include any cryptographic hashes itself, but rather relies on the user to supply implementations of the hash algorithms. You can have a look at the integration tests to see how the syntax looks like for the [RustCrypto Hashes](https://github.com/RustCrypto/hashes). This is to avoid duplicate code, as many GUI frameworks already include their own implementation of the hashes. -- cgit v1.2.3