25 Commits

Author SHA1 Message Date
18bfac4a86 Bcrypt salting
Some checks failed
continuous-integration/drone/push Build is failing
2021-04-29 20:09:37 +02:00
73c91d1426 OK 2021-04-29 17:11:33 +02:00
b08da25d21 Test for MKD / RMD works like a charm
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-26 14:40:32 +02:00
c5d4859326 Error in auth
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 18:42:38 +02:00
81ea634b3a Merge branch 'master' of https://git.kmlabz.com/BiztProtoBois/server
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 18:09:51 +02:00
5e1e9f3e69 Duplicate row in auth 2021-04-25 18:09:43 +02:00
42fff36545 unresolved reference
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 18:08:21 +02:00
621c59dce2 fix decode
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 18:05:49 +02:00
f8161f34fa no message
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 17:45:22 +02:00
edfd2bd889 do the magic, this will not run
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 17:12:20 +02:00
b87e2c3b3d Init script extension and key loading for netwrapper 2021-04-25 15:24:24 +02:00
6157c68c30 fix login 2021-04-23 18:54:05 +02:00
1b802f9b6b optimize import
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-23 17:27:41 +02:00
3ca93438e6 1: config init in separate file
All checks were successful
continuous-integration/drone/push Build is passing
2: auth_test doesnt generate production state
2021-04-22 14:35:58 +02:00
be21d4100d Hexa format
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-21 18:30:18 +02:00
c8c1b560e8 os.path.sep
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 22:53:38 +02:00
094c1bcf35 os.path.sep
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 22:52:14 +02:00
23925d4b39 generatePrivateKeyForUser now accept the server's public key for easier testing (the output file will contain the keyphrase, client_private_key, server_public_key)
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 19:15:54 +02:00
81211b1dd5 On running test the sript generates 3 user where password == username
All checks were successful
continuous-integration/drone/push Build is passing
->  user1: 'alma' with passphrase: 'amla'
    ->  user2: 'citrom' with passphrase: 'mortic'
    ->  user1: 'dinnye' with passphrase: 'eynnid'

The private keys are envrypted in DER format with pkcs#8 using the passphrase.
The private keys are temporarly stored under config/{homeDir}
The public keys are stored in the config file without encryption
2021-04-18 18:59:01 +02:00
2f011de6f7 Merge branch 'master' of https://git.kmlabz.com/BiztProtoBois/server
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 16:30:41 +02:00
0f72679fc8 Typing mismatch 2021-04-18 16:30:01 +02:00
d3e830c59a minor changes to authenticator
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 16:07:41 +02:00
55026aa626 Typing
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 14:23:13 +02:00
cb929266cd reformat
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 13:36:04 +02:00
c5533e1c5e authentication service + test
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-17 19:52:58 +02:00