security
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
security [2011/09/12 22:03] – dblume | security [2023/04/12 20:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Security ===== | + | ====== Security ====== |
+ | |||
+ | ===== Google ===== | ||
+ | |||
+ | Quick links in case you need to verify things: | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== General | ||
[[http:// | [[http:// | ||
Line 6: | Line 16: | ||
At the bottom of this page, is the compiler used to make Python 2.6 and 2.7 [[http:// | At the bottom of this page, is the compiler used to make Python 2.6 and 2.7 [[http:// | ||
+ | |||
+ | On Windows, you'll have to make the following change: | ||
+ | < | ||
+ | $ diff bcrypt_python.c.org bcrypt_python.c | ||
+ | 70a71,72 | ||
+ | > char *password_copy; | ||
+ | > char *salt_copy; | ||
+ | 76,77c78,79 | ||
+ | < char *password_copy = strdup(password); | ||
+ | < char *salt_copy = strdup(salt); | ||
+ | --- | ||
+ | > | ||
+ | > | ||
+ | </ | ||
+ | |||
+ | Then you can build it with setup, like so: | ||
+ | |||
+ | < | ||
+ | c: | ||
+ | </ | ||
< | < | ||
Line 28: | Line 58: | ||
Never use passwords whose unsalted MD5 hash can be looked up here: [[http:// | Never use passwords whose unsalted MD5 hash can be looked up here: [[http:// | ||
- | [[http:// | + | [[http:// |
Someone suggested [[wp> | Someone suggested [[wp> | ||
+ | |||
+ | ==== Verification ==== | ||
+ | |||
+ | Maybe I should try to automate a way to verify the SHA1 Checksums of PGP signatures and upon success, verify the PHP signatures. | ||
+ | |||
+ | **Keywords**: |
security.1315890206.txt.gz · Last modified: 2023/04/12 20:44 (external edit)