Displaying 5 results from an estimated 5 matches for "asdfgh".
Did you mean:
asdfg
2000 Oct 03
1
strings
I am attempting to analyse some behaviour sequence data. The input is an
alphabetic string "ASDFGH ... ". I wish to start at one end of the string,
peel off each character, and convert to an integer to develop transition
matrices etc. My blundering through the ref manual hasn't produced any light.
Can this be done easily in R or should I pre-process?
I recollect an item similar to...
2009 Apr 21
11
can we decrypt the cipher encrypted using Digest::SHA1.hexdigest
what i have done is as follows
password = Digest::SHA1.hexdigest("#{salt}:#{password}")
pass1 = Digest::SHA1.hexdigest("#{salt}:asdfgh")
pass2 = Digest::SHA1.hexdigest("#{salt}:asdfgh")
pass3 = Digest::SHA1.hexdigest("#{salt}:qwerty")
puts pass1==pass2
puts pass1==pass3
This works fine
but i need to get the decrypted password
how can i get it
any help is highly appreciated
Thanks in advance
Krishnapra...
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all,
I'm trying to resolve a weird issue with SIP routing.
I have a number of SIP trunks, from a selection of providers, all of
which are registered in sip.conf:
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
transport=udp
bindport=15060
srvlookup=yes
allowsubscribe=yes
2020 Apr 22
0
Recommendations on intrusion prevention/detection?
...patterns) if you have a
user with a <username|domain>NNNN password, a < 8 char numeric, or the
one of the following, it is only a matter of time before it is compromised.
000000
111111
123123
123456
12345678
222222
333333
444444
555555
666666
696969
777777
888888
999999
abc123456
admin
asdfgh
asshole
batman
cheese
fuckme
fuckyou
iloveu
iloveyou
letmein
love
master
password
princess
P at ssw0rd
qwerty
secret
sunshine
superman
trustno1
And of course, implement STRICT outbound rate limiters on all users.
--
"Catch the Magic of Linux..."
--------------------------------------...
2020 Apr 22
6
Recommendations on intrusion prevention/detection?
Dear all,
what are the key strategies for intrusion prevention and detection with
dovecot, apart from installing fail2ban?
It is a pity that the IMAP protocol does not support 2 factor
authentication, which seems to stop 90% of intrusion attempts in their
tracks. Without it, if someone has obtained your password and reads your
mail without modifying it, you will hardly ever notice.
Is there a