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 6627827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:03:34+00:00 2026-05-25T22:03:34+00:00

I need to encrypt a string data with SSH-2 RSA 1024 bit ( with

  • 0

I need to encrypt a string data with SSH-2 RSA 1024 bit ( with the public key ) then with RMD-160 algorithm. I do it like this:

generate private key:

openssl genrsa -des3 -out privatekey.key 1024

public key:

openssl rsa -in privatekey.key -pubout -out public.pem

encrypt the data:

openssl rsautl -encrypt -inkey public.pem -pubin -in file.txt -out encrypted_data.txt

But , the request is: need to get the same output with the same input! For example if the input string is “some data” and the encrypted string is “a23c40327a6c5a67a5bb332” then i need to get the “a23c40327a6c5a67a5bb332” output every time when the input is “some data”

Can i do it with asymmetric encryption?

I know it can be done with symmetric encryption like DES with the -nosalt option

openssl des3 -nosalt -in file.txt -out file.des3

but is it possible with asymmetric encryption?

  • 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-25T22:03:35+00:00Added an answer on May 25, 2026 at 10:03 pm

    Probably not.

    The man page for openssl shows that the rsautl sub-command accepts pkcs1 1.5 padding, oaep padding, backwards-compatible SSL padding or no padding. All of these (except no padding) generate random data to pad the message, so no two encryptions will generate that same ciphertext (this is a good thing).

    If you can manually pad your data to the right length then you might be able to use no padding but be warned that this will significantly weaken your security.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

in function need key to encrypt string without mcrypt libraly in php function encrypt($str,
I need to encrypt a small block of data (16 bytes) using 512 bit
I'm using C# to generate an RSA public/private key to encrypt user information. I
I need fast and simple way to encrypt/decrypt a lot of String data. I
I need to programatically encrypt a directory of files, like in a .zip or
I need to obfuscate or encrypt some plain text data in my php 5.2
I need to encrypt a string on the iPhone and send it to a
I am looking for a way to encrypt data with a private key, and
I need to encrypt a small string in Python. Is it possible to use
I need to encrypt a string (from a text area) that will also be

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.