search for: sodium

Displaying 20 results from an estimated 39 matches for "sodium".

2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...T-MD5 LDAP-MD5 > > > > > > How do I get ARGON2I, ARGON2ID in that list? > > > > > > Has anybody got Dovecot to work on recent macOS with these password schemes? Any hints? > > > > > > Thanks, James. > > > > You need to use --with-sodium when building. > > > > Aki > > Thanks Aki, that was helpful. When I add that I get: > > checking for LIBSODIUM... no > configure: error: Can't build with libsodium: not found > > So I have to tell it where libsodium is. > > Tried: > > CPPFLAGS=...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> >> Thanks Aki, that was helpful. When I add that I get: >> >> checking for LIBSODIUM... no >> configure: error: Can't build with libsodium: not found >> >> So I have to tell it where libsodium is. >> >> Tried: >> >> CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=...
2007 Jun 26
1
A really simple data manipulation example
In response to those who asked for a better explanation of what the Vilno software does, here's a simple example that gives some idea of what it does. LABRESULTS is a dataset with multiple rows per patient , with lab sodium measurements. It has columns: PATIENT_ID, VISIT_NUM, and SODIUM. DEMO is a dataset with one row per patient, with demographic data. It has columns: PATIENT_ID, GENDER. Here's a simple example, the following paragraph of code is a data processing function (dpf) : inlist LABRESULTS DEMO ; mer...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...23 08:41 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not found > > > > > > So I have to tell it where libsodium is. > > > > > > Tried: > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/hom...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...2udEBAAAAAAAAAAAAAAAAAAB>): Unknown scheme ARGON2ID > > > > ./configure --with-ssl=openssl --with-mysql > > > > Was what I used to compile. > > > > Using OpenSSL 3.0.8. New server is running macOS 13.2.1 Ventura. > > > > (Have also installed libsodium 1.0.18_1) > > > > Any help would be most appreciated. > > > > thanks, > > > > James. > > I?ve spent ages on this and am getting really desperate! :-( > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/opens...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 09:10 EET James Brown <jlbrown at bordo.com.au> wrote: > > > On 22 Feb 2023, at 5:53 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > > > > > > > > > % locate libsodium > > > > > /opt/homebrew/Cellar/libsodium > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1 > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew/libsodium.rb > > > > &gt...
2018 Dec 04
1
dovecot and argon2 encryption
...t; -s argon2 > Fatal: Unknown scheme: ARGON2 > > I have tried different ways to enter "argon2", but nothing works. Can > someone tell me what I am doing wrong? > > Thanks :) > Argon support is present if dovecot is compiled with `--with-sodium` and you have sodium development packages installed. Aki I'm the dovecot maintainer for FreeBSD, and I just committed an update to the port to include a libsodium option.
2005 Oct 16
1
measurement error model - "simple" linear regression
Dear friends, I found the thread on this subject this summer but wonder whether it has been taken any further. I have an important medical problem where X is computed from a three independent and complicated measurements (exchangeable sodium and potassium and total body water - i.e. X = (Nae+Ke)/TBW ) and Y is serum sodium concentration (all data in Edelman, JCI 1958). I have the individual data in the paper (but have not yet had time to enter it) and Edelman et al in fact reported measurement errors for most individual items. Ede...
2019 Feb 13
3
Support for Argon2 for password hashing
Is there any information on adding support for Argon2? I have been working on my new mailserver and this came up in moving from the default MD5 hash to more 'modern' hashes like SHA256 and SHA512.? Then I was pointed to the work behind Argon2, and I see that it is moving through the IRTF cfrg workgroup: draft-irtf-cfrg-argon2-04.txt It is a 'purpose built' hash for passwords,
2018 Dec 03
2
dovecot and argon2 encryption
I am using a FreeBSD 11-2 amd/64 system with dovecot version 2.3.4 installed. I was playing around with different encryption schemes. doveadm pw -l SHA1 SSHA512 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA RPA DES-CRYPT CRYPT SSHA MD5-CRYPT SKEY PLAIN-MD4 PLAIN-MD5 SCRAM-SHA-1 LANMAN SHA512-CRYPT CLEAR CLEARTEXT SSHA256 NTLM MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SHA256-CRYPT SMD5 DIGEST-MD5
2016 May 06
2
Dovecot + libsodium
Hi, Thank you very much for creating and maintaining dovecot! In my scenario, I want to use the password hash algorithms provided by libsodium: https://download.libsodium.org/doc/ So my difficulty is to have dovecot support libsodium's hash algorithms, particularly: crypto_pwhash_scryptsalsa208sha256_str On the sodium maillinglist I asked for help and received an adjusted dovecot code, which exactly does what I need. You find it her...
2018 May 22
2
Nelson-Aalen Estimator in R: Error Message
Dear all, Currently, I am doing a research project about serum sodium levels and falling. I am doing my analysis in R. I am performing the multiple imputation right now. I want to perform a survival analysis later, but therefore I need to specify the Nelson-Aalen estimator. My dataset is called DF1, the event indicator is Falls and the time variable is Time. The code...
2007 Aug 02
4
warning messages in grid or lattice give that I can't debug
...ns and not the current HH_2.1-3 version$version.string installed.packages()[c("grid","lattice", "HH"),3] ## library(HH) library(lattice, lib.loc="C:/PROGRA~1/R/R-2.4.1/library") hotdog <- read.table(hh("datasets/hotdog.dat"), header=TRUE) ancova(Sodium ~ Calories + Type, data=hotdog) the messages in R_2.6.0dev are Warning messages: 1: In grid.Call.graphics("L_points", x$x, x$y, x$pch, x$size) : supplied color is not numeric nor character ... 6: In grid.Call.graphics("L_points", x$x, x$y, x$pch, x$size) : supplied color i...
2019 Feb 13
0
Support for Argon2 for password hashing
The version of libsodium in EPEL supports argon2 For php you can build the libsodium extension. Also php 7.2+ builds that extension if you specify it build time using --with-sodium=shared switch. For dovecot you have to build it against sodium which means building your own packages but it works. At least with modern up...
2018 Dec 04
0
dovecot and argon2 encryption
...pw -p "Secret-Password" -s argon2 > Fatal: Unknown scheme: ARGON2 > > I have tried different ways to enter "argon2", but nothing works. Can > someone tell me what I am doing wrong? > > Thanks :) > Argon support is present if dovecot is compiled with `--with-sodium` and you have sodium development packages installed. Aki
2009 Aug 25
0
comparing tables from replicated data
Dear friends, I'm examining the characteristics of two models that both fit the sodium concentration in 16 pigs quite well under treatment or control conditions. The more complicated model is by anova better than the less complicated model. To take it further I have generated replicate data using the independent variables and parameter estimates under the two models. A clinicall...
2006 Feb 24
1
Help a n00b?
...; , "size"=>5 % ></td> <td class="num"><%= text_field ''food'', ''sat_fat'' , "size"=>5 % ></td> <td class="num"><%= text_field ''food'', ''sodium'' , "size"=>5 % ></td> <td class="num"><%= text_field ''food'', ''carbs'' , "size"=>5 % ></td> <td class="num"><%= text_field ''food'', '...
2008 Jun 19
1
PrettyR (describe)
...NA, NA, NA, 4e-04, 0.00043, NA, 0.00043, 0.00051, NA, 0.00046, 0.00033, 0.00054, NA, NA, NA, NA, NA, 0.0015, NA, NA, 0.00029, NA, NA), Silicon = c(4.6, 4.3, 3.9, 3.5, 4.1, 3.8, 1.6, 4.1, 3.8, 4.4, 4.5, 4.3, 4.1, 5, 4.1, 4.9, 5, 4.3, 4.1, 3.6, 4.1, 3.6, 3.6, 3.9, 4.1, 4.1, 4.3), Sodium = c(3.2, 3.6, 3.6, 3.8, 2.9, 2.9, 2.8, 3.4, 2.9, 2.6, 3.1, 2.8, 2.8, 3.2, 3, 3, 3.1, 3, 4, 3, 2.1, 4, 3.8, 3.7, 2.5, 2.7, 3.4), Sulfate = c(3, 2.2, 2.5, 2.2, 2.2, 2.2, 2.5, 2.2, 2.4, 2.4, 2.9, 3.4, 2.7, 3.2, 3.5, 4.1, 3.1, 3.1, 3.5, 3.3, 3, 2.9, 2.8, 2.7, 2.8, 3.6, 3), TDS = c(42L,...
2018 May 22
0
Nelson-Aalen Estimator in R: Error Message
...what the value of variables was at the point of the error. This could give you a clue about what is going on. -pd > On 22 May 2018, at 15:29 , A.C. van der Burgh <a.c.vanderburgh at erasmusmc.nl> wrote: > > Dear all, > > Currently, I am doing a research project about serum sodium levels and falling. I am doing my analysis in R. I am performing the multiple imputation right now. I want to perform a survival analysis later, but therefore I need to specify the Nelson-Aalen estimator. My dataset is called DF1, the event indicator is Falls and the time variable is Time. The code...
2008 Dec 02
1
QQ plots and boxcox
...try 99 357 Poultry 107 528 Poultry 113 513 Poultry 135 426 Poultry 142 513 Poultry 86 358 Poultry 143 581 Poultry 152 588 Poultry 146 522 Poultry 144 545 Here is my work: > dog1.df <- read.table(file="dog1.dat",as.is=F,header=F, + col.names=c("type","cal","sodium")) > dog1.aov <- aov(cal~type,data=dog1.df) > summary(dog1.aov) Df Sum Sq Mean Sq F value Pr(>F) type 2 17692.2 8846.1 16.074 3.862e-06 *** Residuals 51 28067.1 550.3 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '....