Decrypting ioncube işler

Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    2,000 decrypting ioncube iş bulundu, ücretlendirmeleri EUR

    ...call from JS to C#. The methodology, the URL it gets the data from, and the chunk of code (just the "decrypt" method) is on this page: under the "How I built the library" heading. There are a couple more values/keys which I will supply. I also have a console C# program which gets the data but the decryption method is wrong. Even if we're ultimately unsuccessful in decrypting the bizarre multiple obfuscations employed, payment will be made for plausible effort. No JSON required. Just need a text string. Bear in mind the data that this pulls is around 950k each time. Ideal Skills and Experience: - Strong proficiency in C# programming language - Experience with decryption algorithms - Familiarity with JS programming language - Attention to detail and ab...

    €23 (Avg Bid)
    €23 Ortalama Teklif
    15 teklifler

    I am looking for an experienced freelancer to help me with decrypting a BlackByte ransom virus. My primary issue is that I need to recover certain documents that have been affected by the virus. Unfortunately, I do not have a backup of the data, but I do have copies of some files that I need to decrypt. Furthermore, I require technical support to successfully decrypt the data - I am only in possession of 20GB of what I need to decrypt and I need assistance in order complete the task. If you are an experienced freelancer who is comfortable working with BlackByte ransomware, I would be grateful for your assistance - I am confident you will be able to help. Thank you in advance for applying.

    €177 (Avg Bid)
    €177 Ortalama Teklif
    12 teklifler

    ...freelancer who can provide a quick consultation on Ioncube loader installation for my VPS/Dedicated Server. I have somewhat tried to install Ioncube loader before but have not succeeded. Specific Requirements: - Assist with the installation of Ioncube loader on my VPS/Dedicated Server - Troubleshoot any compatibility issues that may arise during the installation process - Ensure optimal performance of Ioncube loader on my server Ideal Skills and Experience: - Strong knowledge and experience in installing Ioncube loader on VPS/Dedicated Servers - Familiarity with troubleshooting compatibility issues related to Ioncube loader - Ability to optimize the performance of Ioncube loader on the server If you have successfully installed Ionc...

    €91 (Avg Bid)
    €91 Ortalama Teklif
    19 teklifler

    We need someone to install WHMCS and it Theme. Version 8 We need you to install Ioncube version first on our servers If you have use WHMCS with ResellerClub please bid on this job need done today

    €4 / hr (Avg Bid)
    €4 / hr Ortalama Teklif
    16 teklifler

    ...user interface. Detailed Specifications: 1. Scanning QR code: The application will use an existing open-source library to scan a QR code from a piece of paper. The open-source library available at should be used for this purpose. 2. Decrypting the QR code: The scanned QR code will contain encrypted data. The data will be encrypted using AES-256-CBC cipher and hashed using 'sha3-512'. The encryption is done in PHP. The application should be capable of decrypting this data. You will be provided with the necessary key for decryption. 3. Decompressing the data: After decryption, the data should be decompressed. The data will be compressed using gzcompress function in PHP. 4. Displaying the data: Before displaying the data on the mobile screen

    €197 (Avg Bid)
    €197 Ortalama Teklif
    36 teklifler

    I am looking for a skilled and experienced freelancer who can help me decrypt my files that ha...decrypt the files myself, but have not been successful. I am not sure if I have a backup of the encrypted files, so the freelancer may need to assist with that as well. The ideal freelancer for this project should have experience in hacking and decrypting ransomware, as well as knowledge of different types of ransomware and their decryption methods. Additionally, the freelancer should be able to communicate effectively and provide regular updates on the progress of the project. Key requirements: - Skilled and experienced in hacking and decrypting ransomware - Knowledge of different types of ransomware and their decryption methods - Effective communication and regular updates on ...

    €38 (Avg Bid)
    €38 Ortalama Teklif
    4 teklifler

    I am looking for a freelancer who can help me ioncube decoder the files php for my website development project. Unfortunately, I do not have access to the original source code of the files, but I need the decoded files for maintenance purposes. Ideal skills and experience for this job include: - Experience with ioncube decoding - Strong knowledge of PHP - Attention to detail and accuracy - Ability to work efficiently and meet deadlines If you have the necessary skills and experience, please contact me to discuss further details and pricing. Thank you.

    €19 / hr (Avg Bid)
    €19 / hr Ortalama Teklif
    13 teklifler

    My project is to decrypt a .so file. This file requires decryption in order to access the contents, as it was originally a text file. The programming language of choice should be .so, as this language will give the best chance of successfully decrypting the file. The encrypted data in this file is important to me and requires the utmost precision in order to restore the information within. Accuracy and speed are of equal importance in this project, as it needs to be completed as soon as possible. If I am satisfied with the results, I can offer continued assistance with other projects.

    €172 (Avg Bid)
    €172 Ortalama Teklif
    8 teklifler

    i need to install ioncube on ubuntu/plesk server with php 8.1. You should know that the classic installation with the ioncube loader doesn't work, here is the error message in image...

    €27 (Avg Bid)
    €27 Ortalama Teklif
    18 teklifler

    ... Function open: Declaration: bool open(const char * inFile, const char * outFile, const char * privateKeyFile ) Description: In the file inFile, you will find an encrypted file in the same format as the output file from the seal function. Write the decrypted data to the output file outFile - binary identity with the input file to the seal function is expected. This time, the private key for decrypting the encrypted key can be found in privateKeyFile. The functions PEM_read_PrivateKey, EVP_OpenInit, EVP_OpenUpdate, and EVP_OpenFinal will play a key role in this function. Sample data contents - public key (try to open it as a txt file), - private key, - file with declarations and a basic test, - encrypted file. You can use it to test

    €34 (Avg Bid)
    €34 Ortalama Teklif
    5 teklifler

    I am looking for a Windows Kernel developer to create a proof of concept network filtering kernel application which will read in configuration file to determine intercepting, decrypting, reading and re-encrypting specific response or request packets. I’ll provide more detailed description via messages so you are able to give an official price quote. Windows only, 64bit.

    €1110 (Avg Bid)
    €1110 Ortalama Teklif
    13 teklifler

    C# code for RSA/ECB/PKCS1Padding encrypting and decrypting. Code must be ready to build to dll file which will be ready to be attached to MS SQL. Code must be only with System or Microsoft Libraries otherwise with other libraries ready to be linked to MS SQL (BouncyCastle library is isn't). Code must have two functions: EncryptRSA (string plainText, string|byte[] publicKey) returns Base64 encrypted plainText. DecryptRSA (string encryptedText, string|byte[] publicKey) returns plainText as string. Public Key may be in formats attached to this question. 1. PEM 2. Sun RSA public key, 2048 bits - info 3. DER

    €109 (Avg Bid)
    €109 Ortalama Teklif
    10 teklifler

    I am in need of assistance with resolving a ransomware issue. I require assistance in decrypting the files that were affected. The project is for personal use, and I do have access to the technical data concerning the file. The estimated data size for the files is 1TB. I am looking for someone who can safely and securely decrypt them without compromising the data.

    €46 / hr (Avg Bid)
    €46 / hr Ortalama Teklif
    1 teklifler

    I'm looking for an experienced coder to convert a C language code to a PHP code that will allow for the decoding and encoding. The original code is written in C and needs to be converted to a PHP code. This code needs to be capable of both decrypting and encrypting messages. I am open to using existing libraries, although they should only be used if absolutely necessary. I am looking for experienced coders with a strong understanding of both C and PHP to take on this project.

    €6 / hr (Avg Bid)
    €6 / hr Ortalama Teklif
    5 teklifler

    i need a tool to decode a php file which i own which is encoded using ioncube and external key i have both the php file and the external key and i own them kind regards

    €158 (Avg Bid)
    €158 Ortalama Teklif
    11 teklifler

    ...referencia de 3 niveles o otro tipo de comisiones, configurar en el script para el usuario, login, registro, enlace de referidos y otras paginas, revisar todo en el demo. Aquí hay algunas cosas principales que hacer, secuencia de comandos desde 0 con el último php: 1. Sistema de plantillas (inteligente o algún marco de plantilla largo). El código PHP principal se cifrará con el codificador IonCube. 2. Posibilidad de que el administrador permita o prohíba el "depósito en el saldo de la cuenta" 3. Posibilidad de reinversión "desde saldo de cuenta" 4. La posibilidad de invertir directamente en el plan de inversión 5. La posibilidad de crear varios planes de inversión donde elegir una...

    €1274 (Avg Bid)
    €1274 Ortalama Teklif
    18 teklifler

    Hi I am looking for someone to decrypt an encrypted smart contract for me. I don't own the smart contract but need to see the encrypted info in the contract. You must have previous experience of this.

    €501 (Avg Bid)
    €501 Ortalama Teklif
    19 teklifler
    simplesamlPHP Bitti left

    Hi Sixto, I have an issue with simplesamlPHP decrypting a response and I need a fresh pair of eyes. Can you please help me?

    €232 (Avg Bid)
    €232 Ortalama Teklif
    1 teklifler

    the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code

    €23 (Avg Bid)
    €23 Ortalama Teklif
    9 teklifler

    i have a php file encoded with ioncube , its work correct , now i have decode this file and i try to use the decoded file but the script not work,

    €43 (Avg Bid)
    €43 Ortalama Teklif
    8 teklifler

    Hi. I am looking for a coder that know web coding, html, c++, javascript, decoding and decrypting. You are very good at using the inspect element and coding. Please send me a message as soon as possible.

    €1199 (Avg Bid)
    €1199 Ortalama Teklif
    105 teklifler
    Decode to PHP Bitti left

    Please Read Carefully, from a long time ago I already installed, in my VPS the following platform script: I need to decode to pure php The source codes in this sms platform most of them is encrypted (ionCube) and your warranty all my code will works completely normal and all their functions after decode. My budget for the whole project is $25 and I need all in no more 3 business days. Thanks.

    €21 (Avg Bid)
    €21 Ortalama Teklif
    6 teklifler

    Want a web application hosted. Encoded using ioncube Server alredy setup

    €444 (Avg Bid)
    €444 Ortalama Teklif
    87 teklifler

    Please Read Carefully, from a long time ago I already installed, in my VPS the following platform script: and was working normally until a few days ago. Whe...working normally until a few days ago. When users use special characters (Latin 1) to send their messages, the message character amount was reduce badly and not concatenated the messages. I need to fix both functions the special characters function and concatenated messages function, to work again exactly as was designed. Please note the source codes in this sms platform most of them is encrypted (ionCube). My budget for the whole project is $55 and I need all fixed in no more 5 business days. Thanks.

    €50 (Avg Bid)
    €50 Ortalama Teklif
    7 teklifler

    Please Read Carefully, from a long time ago I already installed, in my VPS the following platform script: and was working normally until a few days ago. When ...working normally until a few days ago. When users use special characters (Latin 1) to send their messages, the message character amount was reduce badly and not concatenated the messages. I need to fix both functions the special characters function and concatenated messages function, to work again exactly as was designed. Please note the source codes in this sms platform most of them is encrypted (ionCube). My budget for the whole project is $55 and I need all fixed in no more 5 business days. Thanks.

    €49 (Avg Bid)
    €49 Ortalama Teklif
    6 teklifler

    Hey there, we're looking for somebody who could create for us a software that could decrypt an XML file, take the information in it and display it, according to pictures we're going to send. The decrypted XML file contains letters in chinese, so this would also have to be translated. This can also be a web application.

    €165 (Avg Bid)
    €165 Ortalama Teklif
    29 teklifler

    Please Read Carefully, from a long time ago I already installed, in my VPS the following platform script: and was working normally until a few days ago. W...working normally until a few days ago. When users use special characters (Latin 1) to send their messages, the message character amount was reduce badly and not concatenated the messages. I need to fix both functions the special characters function and concatenated messages function, to work again exactly as was designed. Please note the source codes in this sms platform most of them is encrypted (ionCube). My budget for the whole project is $55 and I need all fixed in no more 5 business days. Thanks.

    €50 (Avg Bid)
    €50 Ortalama Teklif
    12 teklifler

    The cloud environment is much more open to security assaults in the 21st century than it was in the past. Homomorphic encryption, for example, is used to maintain the security and privacy of data in the cloud since it offers greater...key management. The main motive of the project is to enhance the key generation, sharing, and management process which is done using Homomorphic encryption with the help of the PSO Algorithm. Moreover, Diffe Helman can also be used to show the secure connection between the cloud server and the client. Parameters that need to be addressed: 1) execution time should be reduced for encrypting and decrypting. 2) resource utilization should be reduced. 3)Security is enhanced I need this as early as possible with outputs visible as graphs. Tool: MatLab La...

    €16 / hr (Avg Bid)
    €16 / hr Ortalama Teklif
    6 teklifler

    I Have Panel Encode i need Decode it ioncube any one can decode it please told me

    €151 (Avg Bid)
    €151 Ortalama Teklif
    8 teklifler

    ...does not connect to the database. So the first step will be to make the connection work. I will provide root access to both servers – running PHP 5.6 and running 8.1. To have a better understanding of the product take a look at http://3.71.93.160/ user miracom_admin – pass admin123456. With the latest version of PHP, we get 500 error and no UI is loaded. The app uses IONCube for licensing. Please only bid if you have experience in this kind of migration. I need to have the working app on PHP 8.1 by the end of next week, so we have like 5-7 days to complete the project. If you have questions please ask. I am a serious buyer and this collaboration can be long-term, because I need to make changes in the product and I do not have an in-house PHP programmer. Than...

    €488 (Avg Bid)
    €488 Ortalama Teklif
    132 teklifler

    I'm looking for someone near Kraków with Apache experience PHP 7.2,ioncube,Redis server,npm ,Nodejs, c Please only near Krakow +100 kilometer .

    €11 / hr (Avg Bid)
    €11 / hr Ortalama Teklif
    26 teklifler

    Hello. I need a WHMCS expert to configure Ioncube and fix some WHMCS issues in my web hosting website.

    €27 (Avg Bid)
    €27 Ortalama Teklif
    24 teklifler

    Looking for a php expert that will help in fixing the issues i have with encryption via did some coding stuff but am having issues decrypting the strings back to there original value

    €19 (Avg Bid)
    €19 Ortalama Teklif
    14 teklifler

    Customized Goldsvet casino script for sale. Version for online (from 8.5) and default MRS + offline custom kiosk mode 960 or 1014 games All games in html5 working on computer and android/ios No domain restrictions All games are open source, no need ioncube For online version added option to have demo in live version for streamers (looks like streamer play for real money) Added option for ATM theme with linux system, working with NV9/NV10/ict billers [video on request] Added “Fast Shop” button to instantly create new instances of ATMs in offline/shops in online version Added “Type In / Out” parameter to hide bank changes in filters Added payment with cryptocurrencies via coinpayments/btcserver Added SMS Mailings module Added global security module ** Added

    €503 (Avg Bid)
    €503 Ortalama Teklif
    25 teklifler

    Hello, note that I have an installation of vtiger version 6.5 on a server and a colleague updated the system to php 7.4 and the system configuration was lost and the profile is not saved, I would like to know if you can recover the configuration by installing the version ioncube which corresponds I don't know what it is =( and I don't know what php modules had to be installed. Can you help us with that, can you use Team viewer? I have it installed so you can access?

    €46 (Avg Bid)
    €46 Ortalama Teklif
    1 teklifler

    ...Laravel that is encoded with ioncube and has already a few payment processors added. The system is for Add credits for the use of website. I need someone that can add also Stripe Checkout () to it as a alternative Payment Method. (simple Stripe Checkout without add address) Must have the same feature that other payment methods available on the script: - Option of enable or disable option for payment (See photo) - Option to add Minimunt amount - Option to add additional Tax to Stripe (Example: Customer want to add $10 credits but fee will be 5% ) - Customer will see the option to pay via Stripe Checkout - After payment complete, The customer return to website and Credits are added automatically to his account. The files are Ioncube encoded, so you will need

    €81 (Avg Bid)
    €81 Ortalama Teklif
    29 teklifler

    ionCube PHP Loader i install but not work correct ; server digital ocean.

    €33 (Avg Bid)
    €33 Ortalama Teklif
    18 teklifler

    ...in life is perfect but we think that Codychat is one of the most powerfull php chat system that you can find online. System requirement Codychat have little requirement but those requirement are important to allow the chat to work properly. If your server do not meet requirement please update your server and try intallation after all requirement are meet. Php 5.6x to 7.2x ( 7.4 supported ) Ioncube loader Mysqli library Curl Gd library Php sessions Zip extension Mbstring extension Step 1 - prepare the database From your cpanel or other host management panel you need to create a new database that we will use in step 2 for installing the chat. Click the link bellow to see how to create database from not install boombox in a already existing database that is used by another scri...

    €32 (Avg Bid)
    €32 Ortalama Teklif
    3 teklifler

    I'm new to CWP Pro., I'm still learning how to use it and how to setup everything up. I need to setup four websites, I will import the information/files into them once they are setup. Minimum server requirements - PHP 7.1 - 7.4 - IonCube Loader 10.2+ - Mysql 5.6+ - FFmpeg 1.0+ with libx264, libavfilter and AAC codec (libfaac, libfdk_aac or native ffmpeg aac codec) - ImageMagick (with WebP support) - cURL - Wget 1.14+ - Apache with mod_rewrite (-MultiViews) Minimum PHP requirements - MySQL Improved Extension (mysqli) - Client URL Library (curl) - Zlib Compression (zlib) - SimpleXML - Image Processing and GD - Multibyte String (mbstring) - disable_functions should not contain "exec" - file_uploads on - allow_url_fopen on - Nginx (configured with --with-http...

    €134 (Avg Bid)
    €134 Ortalama Teklif
    36 teklifler

    ...XYZABCDEFGHIJKLMNOPQRSTUVW Text : ATTACKATONCE Shift: 4 Cipher: EXXEGOEXSRGI Algorithm for Caesar Cipher: Input: 1. A String of lower case letters, called Text. 2. An Integer between 0-25 denoting the required shift. Procedure: • Traverse the given text one character at a time . • For each character, transform the given character as per the rule, depending on whether we’re encrypting or decrypting the text. • Return the new string generated. Need Implementation of below attached file and reports , code also Internally, computers store keyboard characters (capital and small letters, punctuation marks, space, digits, symbols, and so on) and others (like Enter, or Command-Z, or Shift-Ctrl A) as numbers—binary sequences. The computer indus...

    €66 (Avg Bid)
    €66 Ortalama Teklif
    10 teklifler

    ...its time to move it to a dedicated server. The website is built on Kernel Video Sharing so if you have experience in that its a plus. The script have requirement that some apps are installed on it before the migration. Those are: You can view it here easier: Minimum server requirements Unix-like OS (Windows is not supported) PHP 7.1 - 7.4 IonCube Loader 10.2+ Mysql 5.6+ FFmpeg 1.0+ with libx264, libavfilter and AAC codec (libfaac, libfdk_aac or native ffmpeg aac codec) ImageMagick (with WebP support) cURL Wget 1.14+ Apache with mod_rewrite (-MultiViews) Latin domain name (punycodes are not supported) Youtube-dl or Yt-dlp if you need video grabbers Minimum PHP requirements MySQL Improved Extension (mysqli) Client URL Library (curl) Zlib

    €165 (Avg Bid)
    €165 Ortalama Teklif
    37 teklifler

    We are looking for a C/C++ developer with experience in Google Widevine media encryption technology to develop a software module that uses widevinecdm to download the decryption key and use the key to decrypt media. The functions of the module will be similar to those in a couple of the open-source projects in github ( and ). We want to adapt a project to work on Windows and migrate the development environment to Video Studio, so we can integrate it to our existing code base.

    €2783 (Avg Bid)
    €2783 Ortalama Teklif
    1 teklifler

    I have a script licensed to the domain. There needs to be some updates to the script, but the developer is not helping and ignoring me. I have some needs and i can't get answer from developer. I need to switch to new domain and some bug fixes. First i need keygen to change domain name, then we will look at bug fixes. There are 3 files encrypted with ioncube in the script, and there are 2 files with .key extension, have the same name and content. i think it is used for encryption. How can you help me with this? Thanks.

    €31 (Avg Bid)
    €31 Ortalama Teklif
    3 teklifler

    Hello, We need custom plugin exactly like soralink wordpress plugin which can run without ioncube loader. Plugin url : Plugin video:

    €103 (Avg Bid)
    €103 Ortalama Teklif
    7 teklifler

    Here is 1 link I need to pass. I want to use anti**** service to solve re**** v2 then get px3 value of this site. here is the link: I wish it was made from php. or curl if possible. I tried decrypting the payload string after decoding the re*** on my server but failed. i used base64 and xor 32 but i only solved the other half that was encrypted. Please help me as quickly as possible. thank!

    €232 (Avg Bid)
    €232 Ortalama Teklif
    11 teklifler

    Hi sir/madam, i have one php chat script but it's ioncube encrypted and license key based php script so is it possible to decode all files and make nulled?

    €28 (Avg Bid)
    €28 Ortalama Teklif
    3 teklifler

    I want assistance for writing a whitepaper related to Ransomware decryption process. There will be requirement for technical knowledge about how ransomware works and the whitepaper needs to only focus on the decryption process. In other words if a company receives the decryption key from the bad actor then the process of decrypting the data, benchmarking of decryption of data etc. needs to be covered in the whitepaper.

    €103 (Avg Bid)
    €103 Ortalama Teklif
    12 teklifler

    Hello, We need custom plugin exactly like soralink wordpress plugin which can run without ioncube loader. Plugin url : Plugin video:

    €228 (Avg Bid)
    €228 Ortalama Teklif
    18 teklifler

    Hi Ghulam, hereby I open the second project decompressing/decrypting/transcripting code as agreed. Best regards Lars

    €93 (Avg Bid)
    €93 Ortalama Teklif
    1 teklifler

    i want you to decode my php7.1/7.2 ioncube files ... need demo .. i have 6 files and you need to show demo of one file with correct decoded and all files are external key encrypted

    €67 (Avg Bid)
    €67 Ortalama Teklif
    1 teklifler