Viewing profile — ralfk
ralfk
HN member- Joined
- Fri, Oct 21, 2016, 12:47 PM UTC
- HN karma
- 3
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About ralfk
No profile information was provided.
Recent public activity
-
comment
Comment #14172870
I am using migadu [1] and am very satisfied, unlimited domains/users for free or $4 if you want to mail without advertisement below the mails you send. [1] https://www.migadu.com/e…
-
comment
Comment #13728364
I use pass: https://www.passwordstore.org/ - a password manager for the commandline that can be synced with git and stores the passwords encrypted using gpg
-
comment
Comment #13596937
Thanks, that looks awesome!
-
comment
Comment #13589090
can you recommend one in particular?
-
comment
Comment #13030194
no, but you single out a huge amount of people by selecting a name that sounds bad in those languages ;)
-
comment
Comment #13030140
You are right, in this case he can use a salt for the hash - my second point is still valid though, but I guess that is fundamentally so if you want to use passwords
-
comment
Comment #13029676
Informations we store [...] Hashed value of your email okay, so you can easily make a rainbow-table and thus your users are not anonymous anymore + if someone has your database and…
- comment
-
comment
Comment #13029619
Okay and how do you choose the key for the encryption? If it is the same for all users (which from what you said it kind of has to be?) you could just decrypt it?
-
comment
Comment #13029516
and what are you doing with the random text per user (i.e. the encrypted emails)? Why do you need them? If they are encrypted by the user, how can you verify their email then? This…