Abdelaziz Elrashed
Abdelaziz Elrashed
Guys, I'm really lost!!! How to resolve this issue? Thanks
By this way ```php $user = request()->apiKey->apikeyable; ```
This [PR](https://github.com/Rabbit-Company/Passky-Server/pull/10) will create a `public` folder, which Shared hosting should point to that location only. From `cPanel` for instance, this can be done easily by `subDomain` to `directory` mapping,...
> I don't think most shared website hosting providers will allow users to execute bash code. But we can provide them with all the files and navigate them where they...
> AES replaced with [XChaCha20](https://xchacha20.rabbit-company.com/) (NordPass already uses XChaCha20 and to be future proof it is better to switch sooner with less users than later) Sorry for the late response,...
> SHA replaced with Argon2id (Argon2 is the winner of [Password Hashing Competition](https://password-hashing.net/)) +1 Good choice
> Security audit of XChaCha20 implementation would cost 3.750€ from Cure53. Had be done a Security audit for AES implementation before, which encouraged the project to adapt it?
> > Had be done a Security audit for AES implementation before, which encouraged the project to adapt it? > > We have used existing CryptoJS library that majority of...