nicktrn
nicktrn
Hi @stabildev > As far as I can tell, the function `symmetricEncrypt` is used only in `apps/web/pages/api/auth/two-factor/totp/setup.ts` to set up 2FA. It's used in [a few different places](https://github.com/search?q=repo%3Acalcom/cal.com%20symmetricEncrypt&type=code), mainly for...
Just re-read my comment and I should have defined these terms: - Key - the encryption key, i.e. `CALENDSO_ENCRYPTION_SECRET` - Secret - the encrypted data, i.e. AES encrypt output Yes,...
@PeerRich Essentially, we're trying to do AES-256 which requires a key length of 32 bytes, but the current way of generating and using those keys limits their randomness to 24...
Sorry, there's nothing to attempt here, the labeling bot is just having fun.
@ffdixon Hi Fred, and thanks for the invaluable details you provided in the related issue! Would you mind letting me know if it's okay to use the official logo for...
@Udit-takkar Thanks for having a look! :pray: > any update on the todos in description? I've just received permission to use the official logo and updated the todos accordingly. Will...
Summoning @aar2dee2 *beepbeep* :robot: I've seen you added some guidelines for new integrations a few days ago. Have updated the PR accrodingly. The only missing point is using `AppDeclarativeHandler`. Had...
Hi @aar2dee2, thanks for having a look! I've used a public test instance, credentials are (collapsed) in the "How should this be tested" section of the PR. As mentioned in...
Hey @aar2dee2 thanks for working on this! Just had a quick look at the changes. Sadly, it seems to have broken the install in a few places. 1. `AppDeclarativeHandler` is...