Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6676675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:01:17+00:00 2026-05-26T04:01:17+00:00

I want to send the string to an encryption function which accepts an array

  • 0

I want to send the string to an encryption function which accepts an array of four (32-bit) integers.
So how to convert string to array of 32 bit integers in javascript and divide it to send it to function?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:01:18+00:00Added an answer on May 26, 2026 at 4:01 am

    This smells of homework, but here you go.


    Method 1:

    Assuming you want to convert four characters in a string to ints, this will work:

    // Declare your values.
    var myString = "1234";
    
    // Convert your string array to an int array.
    var numberArray[myString.length];
    for (var i = 0; i < myString.length]; i++)
    {
        numberArray[i] = int.parseInt(myString[i]);
    }
    
    // Call your function.
    MyEncryptionFunction(numberArray);
    

    Method 2:

    Assuming you want to convert four characters to the numeric values of their chars, this will work:

    // Declare your values.
    var myString = "1,2,3,4";
    
    // Convert your string array to an int array.
    var numberArray[myString.length];
    for (var i = 0; i < myString.length]; i++)
    {
        numberArray[i] = myString.charCodeAt(i);
    }
    
    // Call your function.
    MyEncryptionFunction(numberArray);
    

    Method 3:

    Assuming you want to split a group of four numbers separated by a consistent delimiter, this will work.

    // Declare your values.
    var splitter = ",";
    var myString = "1,2,3,4";
    
    // Convert myString to a string array.
    var stringArray[] = myString.split(splitter);
    
    // Convert your string array to an int array.
    var numberArray[stringArray.length];
    for (var i = 0; i < stringArray.length]; i++)
    {
        numberArray[i] = int.parseInt(stringArray[i]);
    }
    
    // Call your function.
    MyEncryptionFunction(numberArray);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to send an array constructed in javascript with the selected values of
I want to send a string data with jquery load function but its not
I want a Flex UI to send a string of text to Rails which
i want to send a json string from a html webpage using javascript to
I want to send my C# string to a C++ DLL function. I have
I want to have a PHP script send a XML formatted string to another
I want to send a String (a long String, it's about 600 characters) to
I want to send a string I built using the StringBuilder to the HTML
I have c++ dll with class in wich I want to send string from
I want to send a string Hello there, but I only get re. Why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.