• Joined on 2020-04-12
karchnu pushed to master at Baguette/authd 2024-05-02 01:16:36 +02:00
a3368d0228 Use libsodium. Cryptographic configuration is WIP.
karchnu pushed to master at karchnu/crypto-secret.cr 2024-05-01 23:15:41 +02:00
388f4a3c7f Add Crystal Digest overrides
a2040b54e2 .random Allow specifying the Random source
321db6f397 Documentation
49a999732e Add Crypto::Secret::Guarded
1e60a35fd4 README corrections
Compare 10 commits »
karchnu created branch master in karchnu/crypto-secret.cr 2024-05-01 23:15:40 +02:00
karchnu created repository karchnu/crypto-secret.cr 2024-05-01 23:14:15 +02:00
karchnu pushed to master at karchnu/mechanize.cr 2024-05-01 22:49:15 +02:00
d4f7054a88 Merge pull request #27 from mamantoha/set-proxy
64da39eb9b add proxy support
48001b0404 Merge pull request #26 from mamantoha/develop
c783485d9a cosmetic changes
cc6f42b796 fix redundant use of Object#to_s in interpolation
Compare 10 commits »
karchnu created branch master in karchnu/mechanize.cr 2024-05-01 22:49:15 +02:00
karchnu created repository karchnu/mechanize.cr 2024-05-01 22:48:55 +02:00
karchnu pushed to master at Baguette/sodium.cr 2024-05-01 22:18:45 +02:00
2e1856fedb Kdf: Split initialize to [copy_key_from, move_key_from, random]. Deprecate old initialize methods.
8db8b410a2 Specs: Test Chalsa#random*
527ffe9c06 SecureBuffer inherit from Crypto::Secret
e58c7e43e2 Chalsa: Allow encrypting > 2gb
28b5467602 CryptoBox: Remove dead comments
Compare 10 commits »
karchnu created branch master in Baguette/sodium.cr 2024-05-01 22:18:45 +02:00
karchnu created repository Baguette/sodium.cr 2024-05-01 22:18:12 +02:00
karchnu pushed to master at Baguette/authd 2024-05-01 00:31:01 +02:00
d0a058e0fb PasswordTooLong
karchnu pushed to display at Baguette/dnsmanager-webclient 2024-04-30 23:38:02 +02:00
cfd1ecf265 Authd: error password too long + s/!/./.
karchnu pushed to master at Baguette/authd 2024-04-28 23:22:28 +02:00
c2f5c5e98c Log when indexes are being recreated.
karchnu pushed to dev at Baguette/dnsmanager 2024-04-28 17:16:48 +02:00
158d772727 User authentication: limit the number of domains sent in "Logged" to a hundred.
karchnu pushed to dev at Baguette/dnsmanager 2024-04-28 16:18:03 +02:00
723c1a83a0 Update expected messages.
ebd9bd75a5 Prevent a basic hack.
Compare 2 commits »
karchnu pushed to display at Baguette/dnsmanager-webclient 2024-04-28 15:46:53 +02:00
a43884f98a Domain list: a very simple explanation for the "New domain" section.
karchnu pushed to display at Baguette/dnsmanager-webclient 2024-04-28 13:26:53 +02:00
06a52e6480 Domain list: change the order of the elements.
karchnu pushed to display at Baguette/dnsmanager-webclient 2024-04-28 13:01:09 +02:00
e1c069c497 Container: fix error message.
karchnu pushed to dev at Baguette/dnsmanager 2024-04-28 12:57:20 +02:00
4606f852cc Client: can be built again. Add a makefile rule to generate all zones.
karchnu pushed to dev at Baguette/dnsmanager 2024-04-28 01:25:13 +02:00
1f69839333 Only delete the domain when the user is the last owner.