how to encrypt strings
by SHELTER - Tuesday September 26, 2023 at 08:36 AM
#1
hi i have a question, how to encrypt a string in c++

For example:

std::string nigas = "nah niga";
and I want to encrypt "nah niga"

Thank you for the reply Big Grin
@N1k7 <3
PART OF CYBERLOVE <3
KILL ALL PEDOPHILE!!
Reply
#2
Encrypt with which encryption algo?
Reply
#3
(Sep 26, 2023, 07:53 PM)joepa Wrote: Encrypt with which encryption algo?

because I don't really understand encryption, maybe for example something like the skcrypt lib
@N1k7 <3
PART OF CYBERLOVE <3
KILL ALL PEDOPHILE!!
Reply
#4
Don't invent your own crypt. Pick the algo and use OpenSSL as library. Lots of examples online.
Reply
#5
(Sep 27, 2023, 07:23 AM)sweetheart Wrote:
(Sep 27, 2023, 07:11 AM)slokovka Wrote:
(Sep 26, 2023, 07:53 PM)joepa Wrote: Encrypt with which encryption algo?

because I don't really understand encryption, maybe for example something like the skcrypt lib
Are you trying to implement your own encryption? (dont you will fail). Just look up how to "encrypt strings with AES in c++" on google.

Implementing an encryption algorithm isn't difficult, and it can be worth it if you're looking to learn.
Reply
#6
Use openssl! man openssl.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Acunetix 23.7 lolol 37 7,157 Yesterday, 09:37 AM
Last Post: Usercomplex
  [FREE] Database Searcher Telegram odanbtw 1,004 80,262 Apr 24, 2026, 12:13 PM
Last Post: FAKE_NBOBN00
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 9 218 Apr 24, 2026, 02:54 AM
Last Post: elliotalderson4
  [2026] Bypass AV / EDR Spearr 62 771 Apr 24, 2026, 02:44 AM
Last Post: elliotalderson4
  Cardable Giftcard Websites AKASHIC 8 237 Feb 10, 2026, 01:08 PM
Last Post: mreai

Forum Jump:


 Users browsing this forum: 1 Guest(s)