Does the length of a password for Wi-Fi affect speed?Password entropy match for alphanumeric but there are special characters in passwordReducing password length with hash functionWhat are the implications of an overly-restrictive password policy?Are partially typed passwords a potential security risk?Is limiting/cutting password-length without notice insecure?Identify a user using random characters of the passwordIs there a convenient way for a CS representative to verify the caller's id without compromising security (too much)?Why is there a Cap on Password length?What's the best length for randomly generated passwords? (Security vs. compatibility)Does the password goes weaker as they get longer since hash has a fixed length?
Awk to get all my regular users in shadow
What is a term for "modern" technology that doesn't imply up-to-date?
Pronouns when writing from the point of view of a robot
Custom Metadata SOQL WHERE clause not working
Is the Infernal Healing spell actually worth it as a Wand?
What are the limitations of the Hendersson-Hasselbalch equation?
How does LIDAR avoid getting confused in an environment being scanned by hundreds of other LIDAR?
3 beeps on a 486 computer with an American Megatrends bios?
How to call made-up data?
Javascript - Find a deepest node in a binary tree
Is an "are" omitted in this sentence
How easy is it to get a gun illegally in the United States?
In MTG, was there ever a five-color deck that worked well?
Is a switch from R to Python worth it?
Can I use my US callsign to transmit while in El Salvador?
Why wasn't interlaced CRT scanning done back and forth?
A Checkmate of Dubious Legality
Upper Bound for a Sum
Can the Cauchy product of divergent series with itself be convergent?
The Game of the Century - why didn't Byrne take the rook after he forked Fischer?
Are the related objects in an SOQL query shared?
Why does capacitance not depend on the material of the plates?
Why are there yellow dot stickers on the front doors of businesses in Russia?
Generate random number in Unity without class ambiguity
Does the length of a password for Wi-Fi affect speed?
Password entropy match for alphanumeric but there are special characters in passwordReducing password length with hash functionWhat are the implications of an overly-restrictive password policy?Are partially typed passwords a potential security risk?Is limiting/cutting password-length without notice insecure?Identify a user using random characters of the passwordIs there a convenient way for a CS representative to verify the caller's id without compromising security (too much)?Why is there a Cap on Password length?What's the best length for randomly generated passwords? (Security vs. compatibility)Does the password goes weaker as they get longer since hash has a fixed length?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I work at a place which gives Wi-Fi to all the customers, with a password that is 19 characters long. A customer came in and claimed that because the password is that long, it slows down the internet speed. Is there and truth to this claim?
passwords internet
New contributor
add a comment |
I work at a place which gives Wi-Fi to all the customers, with a password that is 19 characters long. A customer came in and claimed that because the password is that long, it slows down the internet speed. Is there and truth to this claim?
passwords internet
New contributor
add a comment |
I work at a place which gives Wi-Fi to all the customers, with a password that is 19 characters long. A customer came in and claimed that because the password is that long, it slows down the internet speed. Is there and truth to this claim?
passwords internet
New contributor
I work at a place which gives Wi-Fi to all the customers, with a password that is 19 characters long. A customer came in and claimed that because the password is that long, it slows down the internet speed. Is there and truth to this claim?
passwords internet
passwords internet
New contributor
New contributor
New contributor
asked 9 hours ago
user213838user213838
111 bronze badge
111 bronze badge
New contributor
New contributor
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Password verification process is not linked to the connexion speed. So the answer is No.
New contributor
add a comment |
Internet speed doesn't relate with the wifi password in any way.
New contributor
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
add a comment |
No.
This is because your password is converted to a cryptographic key which is of fixed length (128 bits). For any length of password, the corresponding crypto generated key (CMAC) would be of fixed size. Many other parameters such as the client and server id, large random values provided by client and server are used to calculate this CMAC.
Encryption and decryption uses this fixed length CMAC.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "162"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
user213838 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f214717%2fdoes-the-length-of-a-password-for-wi-fi-affect-speed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Password verification process is not linked to the connexion speed. So the answer is No.
New contributor
add a comment |
Password verification process is not linked to the connexion speed. So the answer is No.
New contributor
add a comment |
Password verification process is not linked to the connexion speed. So the answer is No.
New contributor
Password verification process is not linked to the connexion speed. So the answer is No.
New contributor
New contributor
answered 9 hours ago
marcusaureliusmarcusaurelius
711 bronze badge
711 bronze badge
New contributor
New contributor
add a comment |
add a comment |
Internet speed doesn't relate with the wifi password in any way.
New contributor
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
add a comment |
Internet speed doesn't relate with the wifi password in any way.
New contributor
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
add a comment |
Internet speed doesn't relate with the wifi password in any way.
New contributor
Internet speed doesn't relate with the wifi password in any way.
New contributor
New contributor
answered 1 hour ago
abc33kabc33k
11 bronze badge
11 bronze badge
New contributor
New contributor
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
add a comment |
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
Your answer doesnt add anything to the already written answer
– Vipul Nair
6 mins ago
add a comment |
No.
This is because your password is converted to a cryptographic key which is of fixed length (128 bits). For any length of password, the corresponding crypto generated key (CMAC) would be of fixed size. Many other parameters such as the client and server id, large random values provided by client and server are used to calculate this CMAC.
Encryption and decryption uses this fixed length CMAC.
add a comment |
No.
This is because your password is converted to a cryptographic key which is of fixed length (128 bits). For any length of password, the corresponding crypto generated key (CMAC) would be of fixed size. Many other parameters such as the client and server id, large random values provided by client and server are used to calculate this CMAC.
Encryption and decryption uses this fixed length CMAC.
add a comment |
No.
This is because your password is converted to a cryptographic key which is of fixed length (128 bits). For any length of password, the corresponding crypto generated key (CMAC) would be of fixed size. Many other parameters such as the client and server id, large random values provided by client and server are used to calculate this CMAC.
Encryption and decryption uses this fixed length CMAC.
No.
This is because your password is converted to a cryptographic key which is of fixed length (128 bits). For any length of password, the corresponding crypto generated key (CMAC) would be of fixed size. Many other parameters such as the client and server id, large random values provided by client and server are used to calculate this CMAC.
Encryption and decryption uses this fixed length CMAC.
answered 25 secs ago
Rohith K DRohith K D
1791 silver badge8 bronze badges
1791 silver badge8 bronze badges
add a comment |
add a comment |
user213838 is a new contributor. Be nice, and check out our Code of Conduct.
user213838 is a new contributor. Be nice, and check out our Code of Conduct.
user213838 is a new contributor. Be nice, and check out our Code of Conduct.
user213838 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Information Security Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f214717%2fdoes-the-length-of-a-password-for-wi-fi-affect-speed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown