简体   繁体   English

如何解密由Kinvey加密的用户名和密码

[英]How to decrypt username and password which is encrypted by Kinvey

When i make GET ajax request from postmam, i recieve these things: 当我从postmam发出GET ajax请求时,我收到以下消息:

"username": "868e7a59-d76f-42e5-8500-b59a3efe262b", "password": "a269ddce-69f2-4f16-94c1-038b2a1e1092" “用户名”:“ 868e7a59-d76f-42e5-8500-b59a3efe262b”,“密码”:“ a269ddce-69f2-4f16-94c1-038b2a1e1092”

The question is: How can y decrypt the username and password ? 问题是:如何解密用户名和密码?

Username: That is actually the real username. 用户名:这实际上是真实的用户名。 If you do not specify a username in your login or create request, then Kinvey will assign a random identifier. 如果您未在登录名或创建请求中指定用户名,则Kinvey将分配一个随机标识符。 This is what you see. 这就是您所看到的。 Can you share your SDK code for creating a user? 您可以共享用于创建用户的SDK代码吗?

Password: One-way hash that you cannot decrypt. 密码:无法解密的单向哈希。

Also: If you have a js framework, please do not use direct REST calls but intsead use our javascript SDK's (eg angular, html5, phonegap, etc.) 另外:如果您有js框架,请不要使用直接REST调用,而要使用我们的javascript SDK(例如angular,html5,phonegap等)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM