STRING ENCRYPTION in Japanese translation

文字列の暗号化
string encryption

Examples of using String encryption in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The build performs method/field removal, renaming, control flow, string encryption, optimization, and writing and packaging of the final classes.
ビルドは、メソッド/フィールドの除去、名前の変更、制御フロー、文字列の暗号化、最適化、および最終的なクラスの書き込みとパッケージ化を行います。
This is in contrast to other DashO features, such as renaming or string encryption, which allow explicit control over which methods and classes are changed.
これは、名前の変更や文字列の暗号化など、どのメソッドやクラスが変更されるかを明示的に制御できる、DashOの他の機能とは対照的です。
It downloads codes from a remote server, executes them, and uses a string encryption, Internet data encryption, emulator detection, and a self-protect mechanism to cover its tracks.
つまり、リモートサーバーから悪意のあるコードをダウンロードして実行し、文字列の暗号化、インターネットデータの暗号化、エミュレーターの検出、自己保護のメカニズムを利用し、自身のトラフィックを隠蔽するということです。
If your decryption class uses other classes in your input, you may need to manually exclude them from string encryption to avoid an infinite recursive call at runtime.
復号クラスが入力内の他のクラスを使用している場合は、実行時に無限再帰的な呼び出しが発生しないように、それらを文字列の暗号化対象から手作業で除外する必要があるかもしれません。
A String Encryption Map File is used to document which decrypters were placed and where they were placed in a previous run of DashO.
以前のDashO実行において配置された復号メソッドと、それらの復号メソッドが配置された場所を記録するには、文字列の暗号化割り当てファイルを使用します。
The String Encryption- Options page allows you to enable or disable DashO's String Encryption, control the strength of the encryption techniques, and allows you to control the location where the decryption methods are placed.
StringEncryption-Optionsページでは、DashOの文字列の暗号化の有効化または無効化、暗号化の強度の制御、および復号メソッドが置かれる場所の制御を行うことができます。
Note: String Encryption Map Files are not supported in Android Mode, and this setting will not appear in the Android Mode GUI.
メモ:文字列の暗号化の割り当てファイルはAndroidモードではサポートされません。また、この設定はAndroidモードGUIにも表示されません。
A string encryption map file contains information about the algorithms used by DashO to encrypt strings and the locations and algorithms used when injecting the decrypters(decryption methods).
文字列の暗号化の割り当てファイル-文字列の暗号化の割り当てファイルには、DashOが文字列の暗号化に使用するアルゴリズムと、decrypter(復号メソッド)の差し込み時に使用される場所およびアルゴリズムに関する情報が含まれています。
String Encryption has a cost in terms of size and runtime performance, so you may want to apply it only to more sensitive parts of your application.
文字列の暗号化は、サイズと実行時のパフォーマンスというコストがかかるので、アプリケーションのうち、機密性の高い部分だけに適用するとよいでしょう。
If you configure string encryption include/exclude rules at the method-level, in some cases strings reused by methods with different rules may not be encrypted as expected.
文字列の暗号化の対象選択規則または対象除外規則をメソッドレベルで構成している場合、別の規則を持つメソッドによって再使用される文字列は期待どおりに暗号化されない場合があります。
To provide an effective barrier against this type of attack, string encryption hides strings in the executable and only restores their original value when needed.
この種の攻撃に対して有効なバリアを提供するために、文字列の暗号化は実行ファイル内の文字列を隠し、必要なときだけ元の値に戻します。
String Encryption Map File- A String Encryption Map File contains information about the algorithms used by DashO to encrypt strings and the locations and algorithms used when injecting the decrypters decryption methods.
文字列の暗号化の割り当てファイル-文字列の暗号化の割り当てファイルには、DashOが文字列の暗号化に使用するアルゴリズムと、decrypter(復号メソッド)の差し込み時に使用される場所およびアルゴリズムに関する情報が含まれています。
Compiling with-XDstringConcat=indy, as described in JEP-280, will allow DashO string encryption to work as it does for Java 8 and earlier.
JEP-280の説明に従い、-XDstringConcat=indyを指定してコンパイルすると、DashOの文字列の暗号化はJava8以前と同様に動作するようになります。
Note: Many of the Checks inject code which uses reflection, so it is recommended that you enable String Encryption to further hide the Checks.
メモ:チェックの多くは、リフレクションを使用するコードを差し込むため、チェックをさらに隠すために文字列の暗号化を有効にすることをお勧めします。
The<stringencrypt> section allows the user to specify options that are specific to string encryption obfuscation including fine-grained rules for including and excluding items.
Lt;stringencrypt>セクションでは、ユーザーは項目を対象として選択したり、対象から除外したりするための詳細な規則など、文字列の暗号化に固有のオプションを指定できます。
When the option attribute is set to off, DashO skips string encryption altogether, regardless of what is in the rest of the section.
Option属性がoffに設定されている場合は、セクションの残りの部分の内容に関係なく、DashOは文字列の暗号化をまったく行いません。
If an output map file location is specified, then DashO will produce a String Encryption map file containing information about the decrypters produced during that build.
出力割り当てファイルの場所を指定すると、DashOにより、そのビルド時に生成される復号メソッドについての情報が含まれた、文字列暗号化割り当てファイルが生成されます。
Since String Encryption adds a size and runtime performance cost, you can selectively include parts of your application where sensitive string information is located or exclude sections where performance may be impacted by the runtime decryption.
文字列の暗号化は、サイズと実行時のパフォーマンスコストを増やすことから、選択的に、機密事項に関連する文字列情報が位置するアプリケーションの部分を対象として選択したり、パフォーマンスが実行時復号によって影響を受ける可能性があるセクションを除外したりすることができます。
String Encryption- PreEmptive Protection DashO for Android& Java 10.0 String Encryption String Encryption is the process by which PreEmptive ProtectionTM DashOTM for Android& Java replaces strings in the constant pools of processed classes with encrypted values that are then decrypted in the running application, making it more difficult to read the string constants via static analysis of the code.
文字列の暗号化-PreEmptiveProtectionDashOforAndroid&Java10.0文字列の暗号化DashOTMの文字列の暗号化により、処理されたクラスの定数プール内の文字列は、暗号化された値に置き換えられた後、実行中のアプリケーション内で復号されるため、コードの静的解析によって文字列定数を読み取るのがより困難になります。
disable DashO's String Encryption, control the strength of the encryption techniques, and allows you to control the location where the decryption methods are placed.
Optionsページでは、DashOTMの文字列の暗号化の有効化または無効化、暗号化の強度の制御、および復号メソッドが置かれる場所の制御を行うことができます。
Results: 56, Time: 0.0323

Word-for-word translation

Top dictionary queries

English - Japanese