Snabb tillgång till data som lagras i BitLocker, FileVault 2, PGP, TrueCrypt och VeraCrypt kryp-terade behållare. Detta verktyg extraherar kryptografiska nycklar från direktminne (RAM), vi-loläge filer och ladda ner filer eller använder vanliga textlösenord eller escrow-nycklar för att dekryptera filer och mappar, som lagras i kryptobehållare, eller montera krypterade volymer som nya enhetsbokstäver för direkt tillgång i realtid.
Stöder: BitLocker (inklusive TPM konfigurationer), krypterade behållare - FileVault 2, PGP, TrueCrypt och VeraCrypt, samt fullständig diskkryptering, BitLocker To Go, kryptering av Bit-Locker XTS-AES, direktminne-dunpar, viloläge filer, ladda ner filer
| Common license | $ 699 |
<script> // Database of codes (example for Claro/Latin American brands) const codeDB = { tv: { "Samsung": ["0101", "0120", "0178"], "LG": ["0019", "0035", "0056"], "Sony": ["0000", "0033", "0081"], "Panasonic": ["0051", "0060", "0108"], "TCL": ["1009", "1078"], "Philips": ["0065", "0089"] }, audio: { "Samsung": ["2101", "2120"], "Sony": ["3010", "3033"], "LG": ["2056", "2090"], "Yamaha": ["3124", "3180"], "Bose": ["3200", "3211"] }, claro: { "Claro Decoder (SD)": ["0001", "0010"], "Claro HD/HC": ["1020", "1045"], "Claro 4K": ["2050", "2077"] } };
let currentDevice = ''; let currentBrand = ''; let currentCodes = []; codigo para configurar control claro
function showCodes() { const brand = document.getElementById('brandSelect').value; if (!brand) { alert('Please select a brand'); return; } currentBrand = brand; let codes = []; if (currentDevice === 'tv') codes = codeDB.tv[brand]; else if (currentDevice === 'audio') codes = codeDB.audio[brand]; else codes = codeDB.claro[brand]; currentCodes = codes; const resultDiv = document.getElementById('codeResult'); resultDiv.innerHTML = `<div class="brand">${brand} codes:</div>` + codes.map(code => `<button class="code-btn" onclick="selectCode('${code}')">${code}</button>`).join('') + `<p>Try each code until your device responds to the remote.</p>`; } <script> // Database of codes (example for Claro/Latin
<div id="step3" class="step"> <h3>How to program your Claro remote</h3> <ol> <li>Turn on your <span id="targetDevice"></span> manually.</li> <li>Press and hold the corresponding mode button on your Claro remote (TV, AUDIO, etc.) until the LED blinks twice.</li> <li>Enter the <strong>4-digit code</strong> shown below.</li> <li>Test volume/power. If it works, press OK/ENTER to save.</li> </ol> <div id="finalCode" style="font-size: 1.5rem; background: #000; color: #0f0; padding: 0.5rem; text-align: center;"></div> <button onclick="prevStep()">Back</button> <button onclick="restart()">Restart</button> </div> audio: { "Samsung": ["2101"
| Common license $ 699 |