Results 36 comments of Egor Homakov
trafficstars

Is there any way to ask the user yes/no confirm style yet? would be awesome

In theory it copypaste into the buffer password generated just for website you're on right now. But i got reports that it's confusing and think about removing any old-style-pw related...

>Spec and Implementation Spec is coming, we finally figured out possible implementation issues and after that ready to finalize it. >First, please read up on the best practices for Cordova...

Actually offering both is better. Will try now. Sensitive apps should vendor their dependencies. Others are fine with trysting rubygems or whatever middleman is used.

Started from this https://rubygems.org/gems/securelogin

> What you can solve by tests is ensuring that the deterministic scheme will successfully create a profile. It's a real problem. In the beginning cordova module gave totally different...

That's exactly what 'cordova-plugin-scrypt' does. it just some internal bug that Samsung failed: https://github.com/Crypho/cordova-plugin-scrypt/issues/6 It's quite fast.

Thanks @daya for noticing. Unfortunately I'm not aware of any website beyond demos using SecureLogin. That's why I just updated the description with future roadmap. The goal is to simplify...

No, no one is working on Node now, and it's great if you can help. I can contact you in a week (messenger?) and we will do a generic node.js...

I wonder what's best way to implement cred rotation endpoint /securelogin? Should it be copy pasted by every app or just baked in npm module? If it's baked in then...