DevTulz Online

የጽሑፍ ዲክሪፕሽን

ሁሉም ዲክሪፕሽን Web Crypto API ን በመጠቀም በብሮዘሩ ውስጥ ያካሄዳሉ። ቁልፎቾ እና ውሂብዎ ከመሳሪያዎ ፈጽሞ አይወጡም።

የጽሑፍ ዲክሪፕሽን ምንድን ነው?

የጽሑፍ ዲክሪፕሽን የተመሰጠረ ጽሑፍን ወደ ዋናው ሊነበብ የሚችል ጽሑፍ መልሶ ይለውጣል። ለምስጠራ የተጠቀሙበትን ተመሳሳይ የይለፍ ቃል ያስፈልግዎታል። ይህ መሣሪያ ለዲክሪፕሽን AES-256-GCM ይጠቀማል፣ ሁሉም ሂደት በእርስዎ ብራውዘር ውስጥ ይከናወናል።

Supported Algorithms:

Symmetric Decryption (AES):

  • AES-GCM (Recommended): Provides authenticated encryption with associated data (AEAD). Most secure for general use.
  • AES-CBC: Traditional block cipher mode. Requires padding.
  • AES-CTR: Counter mode. Converts block cipher to stream cipher.

Asymmetric Decryption (RSA):

  • RSA-OAEP: Uses private key for decryption. Requires the corresponding private key to the public key used for encryption.

Expected Input Format:

For AES algorithms: JSON with base64-encoded components

{"iv": "base64_encoded_iv", "data": "base64_encoded_ciphertext"}

Also supports legacy hex format:

{"iv": "hex_encoded_iv", "data": "hex_encoded_ciphertext"}

For RSA: Base64-encoded ciphertext only

base64_encoded_ciphertext

እንዴት ይጠቀማሉ

  1. የተመሰጠረ ጽሑፍ ይለጥፉ።

  2. ለምስጠራ የተጠቀሙበትን የይለፍ ቃል ያስገቡ።

  3. "ዲክሪፕት" ላይ ጠቅ ያድርጉ።

  4. ዋናውን ጽሑፍ ይመልከቱ።

  5. ሲጽፉ ዲክሪፕቲቭ ጽሑፉ ራሱ በሰለሚቀርብ ይታያል።

  6. ለተጠቀሙበት አፕሊኬሽን ዲክሪፕቲቭ ውጤቱን ይቅዱ።

Additional Tips:

  • For AES: Use the same secret key that was used for encryption
  • For RSA: You need the private key corresponding to the public key used for encryption
  • Automatic format detection: The tool automatically detects base64 or hex encoding
  • Error handling: If decryption fails, check that you're using the correct algorithm and key

የደህንነት ማስታወሻዎች

ይህ መሣሪያ ለደህንነቱ ለዲክሪፕሽን የብሮዘሩን native Web Crypto API ይጠቀማል። ሁሉም ዲክሪፕሽን ብሮዘሩ ውስጥ ነው - ምንም ውሂብ ወይም ቁልፍ ወደ ውጫዊ ሰርቨሮች አይተላልፍም። ለዲክሪፕሽን ትክክለኛ አልጎሪዝም እና ቁልፍ ይጠቀሙ።

Important Notes:

  • All decryption happens locally in your browser using the Web Crypto API
  • Your private keys and secrets never leave your browser
  • For RSA decryption, you decrypt with a private key; the data was encrypted with the corresponding public key
  • Keep your private keys and secret keys secure - they are the only way to decrypt your data
  • The tool supports both base64 (standard) and hex (legacy) encoding formats

የ AES-256-GCM የተመሰጠረ ጽሑፍን በብራውዘር ውስጥ በቀጥታ ያስፈቱ። ምንም መረጃ ወደ አገልጋዮች አይላክም።

ጽሑፍ መዝጋት ያስፈልግዎታል? የእኛን የጽሑፍ መዝጊያ መሳሪያ ይሞክሩ →

ተደጋግሞ የሚጠየቁ ጥያቄዎች

ሚስጢር ውሂብ እዚህ ለመቀልበስ ደህንነቱ ይጠበቃል? አዎ። ሁሉም ቀልበስ በአንተ ጀብዱ ውስጥ JavaScript ተጠቀሞ ይከናወናል። ምንም ውሂብ ወደ ማንኛውም ሰርቨር አይልከም፣ ስለዚህ የተቀናበሩ ሕብረቁምፍ ሙሉ በሙሉ ግላዊ ሆኖ ይቆያሉ።

Base64 እና URL-safe Base64 መካከል ልዩነት ምንድነው? መደበኛ Base64 + እና / ቁምፊዎችን ይጠቀማል፣ እነዚህ በURL ውስጥ ልዩ ቁምፊዎች ናቸው። URL-safe Base64 ወደ - እና _ ይለውጣዋል ስለዚህ ሕብረቁምፍ በURL እና በፋይል ስሞች ውስጥ ያለ በመቶ ኢንኮዲንግ በደህና ሊገለገል ይችላል።

ቀልበስ ውጤቴ ለምን ያልተገባ ስሪት ይመስላል? ዋናው ውሂብ ሁለትዮሽ ከሆነ (ምስል፣ PDF ወይም የተጨመቀ ፋይል)፣ ቀልበስ ውጤት ተነበብ ይችል አይሆንም። በዚያ ሁኔታ Base64 ሕብረቁምፍ ሁለትዮሽ ፋይል ይወክላል፣ ጽሑፍ ሕብረቁምፍ አይደለም።

Base64 የኢንክሪፕሽን ዓይነት ነው? አይ። Base64 ኢንኮዲንግ ዘዴ ነው፣ ኢንክሪፕሽን አይደለም። ማንም ሰው Base64 ሕብረቁምፍ ያለ ቁልፍ ሊቀልበስ ይችላል። ሚስጢር ውሂብ ለመጠበቅ ሊያገለግል አይገባም - ለዚያ ትክክለኛ ኢንክሪፕሽን ይጠቀሙ።

Keywords: የጽሑፍ ዲክሪፕሽን፣ AES-256 ዲክሪፕሽን፣ የመልዕክት ዲክሪፕሽን