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
  Bypassing Modern AV (Metasploit Method) godco99 4 298 Yesterday, 08:34 AM
Last Post: nobinary
  Cardable Giftcard Websites AKASHIC 10 347 Yesterday, 12:16 AM
Last Post: fokfdo223
  Acunetix 23.7 lolol 37 7,236 Apr 29, 2026, 09:37 AM
Last Post: Usercomplex
  [FREE] Database Searcher Telegram odanbtw 1,004 80,557 Apr 24, 2026, 12:13 PM
Last Post: FAKE_NBOBN00
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 9 235 Apr 24, 2026, 02:54 AM
Last Post: elliotalderson4

Forum Jump:


 Users browsing this forum: 1 Guest(s)