chenyufei.info
MyPass: A Password Generation Tool - Random Tech Thoughts
http://chenyufei.info/blog/2013-05-15/mypass-a-password-generation-tool
The title above is not random. MyPass: A Password Generation Tool. Lua 脚本的好处是电脑和 iPhone 上 (通过 iLuaBox) 都可以使用,不过切换到终端、调用脚本、拷贝粘贴密码的过程不太方便,所以最近实现了一个 Chrome 插件来实现这个功能。 这次实现的算法跟 One Shall Pass. 这个算法依赖 PBKDF2 生成 key 的开销来增加暴力破解 passphrase 的代价,所以可以公开算法,也因此可以用 JavaScript 实现然后放在网上以便随时在浏览器中使用。 除 Chrome 插件外实现了两个独立的页面,其中一个专为 iOS 优化,添加到主屏幕后可离线使用。 发布在 Chrome Web Store). 1Password 是用 master password 通过 PBKDF2 生成 key 来加密密码存储到文件系统。 参考 1Password 官方 博客文章. 值得一读,对 master password 的重要性给了非常好的说明。 Posted by Chen Yufei.
chenyufei.info
Projects - Random Tech Thoughts
http://chenyufei.info/p
The title above is not random. COW is a HTTP proxy which can automatically identify blocked sites and use parent proxy to access. COW 是一个利用二级代理帮助自动化翻墙的 HTTP 代理服务器。 Shadowsocks-go is a lightweight tunnel proxy which can help you get through firewalls. It is a port of shadowsocks. 给 Address Book 里包含中文姓名的联系人添加拼音缩写作为昵称,方便在 iOS 和 Address Book 中搜索。 提供 C, Objective-C 接口。 A password generation tool, using the same algorithm as One Shall Pass. Chrome and Safari extension run Instapaper bookmarklet from the toolbar.
github.com
GitHub - cyfdecyf/mypass: A password generator using the same algorithm with One Shall Pass.
https://github.com/cyfdecyf/mypass
A password generator using the same algorithm with One Shall Pass. Use Git or checkout with SVN using the web URL. Mar 26, 2014. Failed to load latest commit information. Mar 26, 2014. Mar 26, 2014. Mar 26, 2014. Aug 11, 2013. May 14, 2013. May 14, 2013. Add README, LICENSE and .gitignore. May 7, 2013. Add options page to safari extension. Aug 11, 2013. Note for not ignoring space in passphrase. Aug 11, 2013. Use browserify and move parse site into util.coffee. May 9, 2013. Is a tool to generate. About c...
keybase.io
Max Krohn (max) | Keybase
https://keybase.io/max
Keybase.io co-founder and developer; PhD MIT CSAIL 2008; OkCupid CTO and co-founder; SparkNotes CTO and co-founder. Creator of IcedCoffeeScript, OKWS, and OneShallPass.com. New York, NY. Max has an invitation available. If you know max, you can ask them for an invitation to Keybase. Keybase login # or signup. Keybase id max keybase id maxtaco@twitter keybase id maxtaco@reddit keybase id maxtaco@hackernews keybase id maxtaco@github # etc :-). Keybase follow max keybase encrypt max -m "a secret msg".
chenyufei.info
MyPass
http://chenyufei.info/p/mypass
This simple web page generates strong, site specific passwords from given passphrase. Nothing will be saved either on the server or in the browser. There's also an iOS optimized version. And a Chrome extension. These are designed for ease of use, and will store site options in localStorage and Chrome synced storage. The password generation algorithm is the same as One Shall Pass. Visit project page on github. For more technical information.