top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why would it be more secure to store sensitive data (such as a password) in a character array rather than in a String

+1 vote
291 views
Why would it be more secure to store sensitive data (such as a password) in a character array rather than in a String
posted Mar 28, 2016 by Deepak Jangid

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

It should be work for Dynamic input

For Example
Input: Hello Good to See You
Output: HellG ooot dS oeY eou

+1 vote

char *p="India";
char t[10]="USA";

after the swap t should contain India and p as USA.

+3 votes

Why is processing a sorted array faster than an unsorted array? Please explain with an example along with its advantages.

...