- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2017 05:21 PM - edited 03-08-2019 10:48 AM
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 12:03 PM
Hi
As I know MD5 is used to encrypt passwords
http://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-service-radius/107614-64.html
MD5 is a one way hash it is not easy to broke, it contains 128 bits long. 2^128 possible MD5 hashes.
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2017 05:37 PM
Hi
You can configure:
conf t
service password-encryption
it will encrypt all your current and new passwords on the device.
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 03:13 AM
Hi
which encryption technique will use Service password-encryption? MD5 or some other. if this is using MD5 then can we change the other technique? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 03:41 AM
service password encryption is easily broken , its only to hash the password on the device so when someone is logged in they cant see it , it would be considered hardening the router rather than encryption , its all that's available on specific console password under line con , if you want stronger security for logins etc use AAA and preferably an authentication server , like radius or tacacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 02:59 PM
Hello
I read one article there is mention service password encryption use MD5.
MD5 easily can broken?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 12:29 AM
maybe they have changed it but as far as I remember it was like the enable password type 7 which could be cracked by using known websites its only hashing to obscure the password and the enable secret is md5 and no md5 is not easily broken ,if its using md5 your
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017 12:03 PM
Hi
As I know MD5 is used to encrypt passwords
http://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-service-radius/107614-64.html
MD5 is a one way hash it is not easy to broke, it contains 128 bits long. 2^128 possible MD5 hashes.
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
