search for: hmac_md5

Displaying 18 results from an estimated 18 matches for "hmac_md5".

2006 May 06
1
IPsec with racoon2
...interval_to_send 10 sec; times_per_send 1; kmp_sa_nego_time_limit 60 sec; ipsec_sa_nego_time_limit 40 sec; kmp_enc_alg { aes256_cbc; 3des_cbc; }; kmp_hash_alg { hmac_sha1; hmac_md5; aes_xcbc; }; kmp_auth_method { dss; }; kmp_dh_group { 1; 2; 5; 14; 15; }; random_pad_content on; random_padlen on; max_padlen 50 bytes; }; }; pol...
2010 Oct 19
0
R script help needed for RFC 2104 HMAC algorithm
...(x,y) x%/%(2^y)%%2),1,paste,collapse="") names(bin) <- format.hexmode( 0:15 ) ## test ## cbind( hexdat, sapply( strsplit(hexdat,'') , function(x) paste( bin[x], collapse='' ) ) ) ########## binary to hex hex <- names(bin) names(hex) <- bin ############ Test HMAC_MD5 #################### ### B=64 ### L=16 #key <- "0x0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b" ##key_len = 16 bytes data <- "Hi There" ##data_len = 8 bytes ## digest = "0x9294727a3638bb1c13f48ef8158bfc9d" ipad <- rep("36",64) opad <- rep("5c",...
2003 Nov 30
1
LCR with ENUM and DDNS: half the story
...se do: % dnssec-keygen -a HMAC-MD5 -b 512 -n HOST client.example.com Kclient.example.com.+157+13404 This creates the shared key, which will live in a file called Kclient.example.com.+157+13404.key and .private % cat Kclient.example.com.+157+13404.private Private-key-format: v1.2 Algorithm: 157 (HMAC_MD5) Key: I9FvX+F3fcSVLkzlPSVR9THww+oN6o0mj/JgKTu9auzMx0IM7lmBd9RIfk2cbHvoV9drGQVsk+svkrf+AeN0JQ== Now on the server, let that key update e164.example.com. To do this, change named.conf to have key "client.example.com." { algorithm HMAC-MD5; secret "I9FvX+F3fcSVLkzlPSVR9THww+oN6o0mj/...
2011 Dec 04
1
syncing imap servers with imapsync
...-password1 MASKED --host2 roundcube.example2.com --user2 bluethundr --password2 MASKED Temp directory is /tmp PID file is /tmp/imapsync.pid Modules version list: Mail::IMAPClient 3.28 IO::Socket 1.29 IO::Socket::INET 1.29 IO::Socket::SSL 1.01 Digest::MD5 2.36 Digest::HMAC_MD5 1.01 Term::ReadKey 2.30 Authen::NTLM 1.09 Info: turned ON syncinternaldates, will set the internal dates (arrival dates) on host2 same as host1. Info: will try to use LOGIN authentication on host1 Info: will try to use LOGIN authentication on host2 Host1: imap server [mail.examp...
2007 Sep 03
3
Shorewall + IPSec: help debugging why gw1<->gw2 SA works, but loc<->gw2 traffic doesn't trigger SA
...; authentication_method rsasig ; > dh_group 2 ; > } > } > > sainfo address 192.168.3.0/24 any address 1.2.3.4/32 any > { > pfs_group 2; > lifetime time 12 hour ; > encryption_algorithm blowfish ; > authentication_algorithm hmac_sha1, hmac_md5 ; > compression_algorithm deflate ; > } > > sainfo address 5.6.7.8/32 any address 1.2.3.4/32 any > { > pfs_group 2; > lifetime time 12 hour ; > encryption_algorithm blowfish ; > authentication_algorithm hmac_sha1, hmac_md5 ; > compression_algori...
2004 Jul 26
1
Cisco IOS and racoon
...initial_contact on; support_mip6 on; proposal_check obey; proposal { encryption_algorithm 3des; hash_algorithm md5; authentication_method pre_shared_key ; dh_group 2 ; } } sainfo anonymous { pfs_group 2; lifetime time 10000 sec; encryption_algorithm 3des; authentication_algorithm hmac_md5; compression_algorithm deflate; } </racoon.conf> My spdadd <spdadd> #! /bin/sh #spdadd 1.1.1.1/32[500] 2.2.2.2/32[500] udp -P out none; #spdadd 1.1.1.1/32[500] 2.2.2.2/32[500] udp -P out none; case "$1" in start) setkey -F setkey -FP setkey -c <<EOF spdadd 10.0.10.0/...
2004 Sep 04
0
Ipsec and kernel 2.6.8
...encryption_algorithm 3des; hash_algorithm sha1; authentication_method rsasig; dh_group modp1024; #I don''t understand this option } } sainfo anonymous { pfs_group modp1024; #I don''t understand this option lifetime time 2 min; encryption_algorithm 3des; authentication_algorithm hmac_md5; compression_algorithm deflate; } _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Nov 24
0
(no subject)
...encryption_algorithm 3des; hash_algorithm sha1; authentication_method pre_shared_key; dh_group modp1024; } } sainfo anonymous { lifetime time 12 hour; encryption_algorithm 3des; authentication_algorithm hmac_md5; compression_algorithm deflate; } now here’s my problem. if I try to ipsec in from the big bad world, sometimes the router responds on the correct interface, sometimes it doesn’t if I shutdown one interface (ifdown eth3) and ipsec into eth2 everything works 100% J if I shutdown the...
2004 Jan 08
1
Windows 2000 <-> FreeBSD IPsec problem
...hash_algorithm md5; authentication_method pre_shared_key ; dh_group 2 ; } } sainfo anonymous { pfs_group 1; lifetime time 36000 sec; encryption_algorithm 3des,des,cast128,blowfish ; authentication_algorithm hmac_sha1,hmac_md5; compression_algorithm deflate ; } !<--- End of [1]---> !<-------- [2] Racoon Debug/Error msgs below ---------> # racoon -v -F -f /usr/local/etc/racoon/racoon.conf Foreground mode. 2004-01-08 15:26:03: INFO: main.c:172:main(): @(#)package version freebsd-20030826a 2004-01-08 1...
2000 Feb 03
0
SYSKEY2. Request For Comments
...HKLM\SAM: remember to remove them afterwards!) this binary data is also known as the NDR of the user's profile. microsoft's SAM developers and DCOM / DCE/RPC developers know exactly what this is. make a copy of the NDR data, and zero out the part with the password. call ths usr21Z 3) use HMAC_MD5T64 to generate an RC4 key. the definition of HMAC_MD5T64 is basically that it's a version of HMAC_HD5 except that instead of, at the start of the algorithm, if the key is > 64 bytes, you truncate it instead of using MD5(key). sooo, i said that the syskey key can be any length, but it can a...
2004 Nov 24
1
A haunting problem
...encryption_algorithm 3des; hash_algorithm sha1; authentication_method pre_shared_key; dh_group modp1024; } } sainfo anonymous { lifetime time 12 hour; encryption_algorithm 3des; authentication_algorithm hmac_md5; compression_algorithm deflate; } now here''s my problem. if I try to ipsec in from the big bad world, sometimes the router responds on the correct interface, sometimes it doesn''t if I shutdown one interface (ifdown eth3) and ipsec into eth2 everything works 100% :-...
2005 May 12
1
Has anybody managed to get native IPSec working?
.../etc/racoon"; path pre_shared_key "/etc/racoon/psk.txt"; path certificate "/etc/racoon/certs"; sainfo anonymous { pfs_group 2; lifetime time 1 hour ; encryption_algorithm 3des, blowfish 448, rijndael ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; } include "/etc/racoon/192.168.120.165.conf"; Configuration on host-b looks similar, referencing back to host-a. When I ping host-b, the first packet is dropped, as expected (while Racoon does its job with automatic keying). I've included...
2013 Oct 31
0
Trap invalide opcode error
...unknown-linux-gnu/errno.o r - output/pjlib-util-x86_64-unknown-linux-gnu/dns.o r - output/pjlib-util-x86_64-unknown-linux-gnu/dns_dump.o r - output/pjlib-util-x86_64-unknown-linux-gnu/dns_server.o r - output/pjlib-util-x86_64-unknown-linux-gnu/getopt.o r - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_md5.o r - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_sha1.o r - output/pjlib-util-x86_64-unknown-linux-gnu/http_client.o r - output/pjlib-util-x86_64-unknown-linux-gnu/md5.o r - output/pjlib-util-x86_64-unknown-linux-gnu/pcap.o r - output/pjlib-util-x86_64-unknown-linux-gnu/resolver.o r - output/p...
2006 Oct 27
0
Wine release 0.9.24
...French translation. Kai Blin (4): secur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2. secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should not be done via ntlm_auth. secur32: Stop leaking the session key memory. secur32: Add include guard to hmac_md5.h. Karsten Elfenbein (3): wined3d: BltOverride: Make sure that the content of the source rect is wined3d: Correct the software cursor position if the app is running in windowed mode. wined3d: Fix the FrontBuffer content capturing. Kevin Krammer (1): winebrowser: Support fo...
2010 Oct 05
0
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...file contains algorithm fields. Now you need the key. So do: cat /etc/Krndc-key.+157+42092.private [root at node1 etc]# cat Krndc-key.+157+42092.key rndc-key. IN KEY 512 3 157 XVPzLYeEgmaG57IXg7eHrA== [root at node1 etc]# cat Krndc-key.+157+42092.private Private-key-format: v1.2 Algorithm: 157 (HMAC_MD5) Key: XVPzLYeEgmaG57IXg7eHrA== Bits: AAA= You need the part after Key:,in my case: XVPzLYeEgmaG57IXg7eHrA== Now I made a file in /var/named called tsig.key vim /var/named/tsig.key IN my case: key "TRANSFER" { algorithm hmac-md5; secret "XVPzLYeEgmaG57IXg7eHrA==&quo...
2007 Nov 15
2
IPSEC help
...icy configuration (like "esp/transport//use) # - permutation of the crypto/hash/compression algorithms presented below sainfo anonymous { # pfs_group 2; lifetime time 12 hour ; encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; } --------------------------END------------------------------------------------------------------ certificate are created in bsd with following commands: openssl req -new -nodes -newkey rsa:1024 -sha1 -days 1095 -keyout bsd.private -out request.pem openssl...
2010 Aug 16
1
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
centOs5.5/samba4/named here is a short guide setting it up to work. First of all do not install the bind package coming with centos 5.5!! Install needs for samba yum install libacl* gnutls* readline* python* gdb* autoconf* Named installation: Here is a description on what to do: http://jason.roysdon.net/2009/10/16/building-bind-9-6-on-rhel5-centos5-for-d nssec-nsec3-support/ The steps, yum
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...schannel/tests/Makefile > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. main.c > :info:build config.status: creating dlls/secur32/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. -I/opt/local/include base64_codec.c dispatcher.c hmac_md5.c lsa.c negotiate.c ntlm.c schannel.c secur32.c thunks.c util.c wrapper.c > :info:build config.status: creating dlls/secur32/tests/Makefile > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. main.c ntlm.c schannel.c secur32.c > :in...