How to Secure Your API Keys the Right Way

How to Secure Your API Keys the Right Way

Philipp Lackner

1 год назад

20,710 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Валентин Якушев
Валентин Якушев - 22.06.2023 11:47

Or you can just put your keys in build variable

Ответить
Ivan Katić
Ivan Katić - 17.06.2023 17:28

But, if I keep the key on some server, than I have another key in my app that is used for getting the key from the server. The attacker can then find this second key used for getting the one on the server, so how does this improve security?

Ответить
Mohammed Mutwakil
Mohammed Mutwakil - 17.06.2023 15:54

I'm not sure if I understand you correctly
you want to save the APIs on server
Okay where on the server and how you are going to request them in the app??

Ответить
tej
tej - 17.06.2023 15:30

Whenever I got new things to handle I always search in your playlist, same happened now as-well, I was looking for ssl issue and new content is here😃. Could plz make a video on dynamic ssl pinning when certificate expires.

Ответить
Muhammad Bilal Malik
Muhammad Bilal Malik - 17.06.2023 08:43

Can you make a tutorial on implementing the SHA1 fingerprint in the Ktor server?

Ответить
Arfin Hosain
Arfin Hosain - 16.06.2023 23:02

Iam the attacker. I was looking for your tasky app api

Ответить
Nikolay
Nikolay - 16.06.2023 22:32

There is no way!
In app - decompile
From server - sniffer

Ответить
StealerSlain
StealerSlain - 16.06.2023 16:54

It's practically impossible to hide secrets on the client. Security through obscurity is the only possible protection, but I'll be glad if somebody proves me wrong

Ответить
BanPrem001
BanPrem001 - 16.06.2023 15:08

of course, everything that is in client could be modified by the client, for security, better to do it on the server instead

Ответить