Page MenuHomePhabricator

kofalt (Nathaniel Kofalt)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Jan 1 2014, 2:00 AM (538 w, 2 d)
Availability
Available

Recent Activity

Aug 4 2014

kofalt added a comment to T5778: Add back file URIs for Repository Remote URI.

Fair enough; I appreciate the context.

Aug 4 2014, 6:04 AM · Diffusion
kofalt added a comment to T5778: Add back file URIs for Repository Remote URI.

Curses. Could you elaborate a bit? We're running phabricator in a container that has read-only access to a gitolite hosting folder. I'd be open to changing how we handle our hosting (probably arrange for the container to have network access to gitolite, which it doesn't currently), but I'm curious what the security flaw entails.

Aug 4 2014, 12:38 AM · Diffusion

Aug 2 2014

kofalt created T5778: Add back file URIs for Repository Remote URI.
Aug 2 2014, 8:15 PM · Diffusion

Feb 18 2014

kofalt added a comment to T4443: Use bcrypt / password_hash() to hash passwords if available.

Thanks @epriestley.
Regarding scrypt, I'll let you know if a desire for additional tinfoil becomes unbearable :)

Feb 18 2014, 11:03 PM · Security
kofalt added a comment to T4443: Use bcrypt / password_hash() to hash passwords if available.

This approach seems reasonable. I support transparent upgrades on login, which makes a lot more sense than my idea, and using a hash-type prefix. During the database upgrade, it might be convenient to update md5 hashes to a similar md5:... prefix, to simplify the hash-type check (if substring worked, then match on type, else fail).

Feb 18 2014, 4:02 PM · Security
kofalt added a comment to T4443: Use bcrypt / password_hash() to hash passwords if available.

The classical guide with solid info: http://codahale.com/how-to-safely-store-a-password

Feb 18 2014, 7:04 AM · Security