aykutalparslan

Results 8 comments of aykutalparslan

You need to have Redis, Cassandra, MinIO and ElasticSearch running on the local machine. You can find the passwords in the Program.cs

This infrastructure is not needed anymore. Details are in the README.

I myself have stopped using docker compose a while ago so it might be why. I currently am using Rider on a Mac(x64). I am starting up Redis, Cassandra, MinIO...

I have updated the README and removed the docker files temporarily. Will be adding docker support in the near future.

The project uses .NET 7 preview 7. Should have added that to the README too sorry. It made sense at the time because I believe the framework will be released...

Please see the updated README for a link to a modified Android App as well.

This infrastructure is not needed anymore. Details are in the README.

Format is PKCS#1 but please look [here](https://github.com/aykutalparslan/Ferrite/blob/main/Ferrite.Crypto/RSAKey.cs) to understand how it's generated/saved/loaded. Also as I am writing this I realize I save the private key only both as public and...