Manage Your Projects Better With the Improved Freelancer Desktop App
Find out the essential changes in the app's newest version.
Webhooks description: [log masuk untuk melihat URL] We will buy a server with LAMP on it for the webhooks integration, a subdomain will be linked to this server. Workflows: 1. Get the following info via webhooks and then store them into the MySQL database on the server: orderCode (unique) detailModelCode (it may have multiple detailModelCode related to one orderCode) fileUrl (PNG format and Zip ...
I am College student and making app similar like youtube to wathc videos online or offline 1. User will download videos from given link and stored in file manager in encrypted format 2. Only my app is able to open these videos 3. Need prior module where i just want to put link for download. 4. Also to play from local path simple module expected.
This system is used to detect and verify user that want to access to organisation network using their personal device. In order to access the network, user will be authenticate using ID and password and the device must have latest anti virus and operating system version. An agent will be installed on the user personal device. This agent will scan user device anti virus and OS version and match wit...
Hello my source code is encrypted with rc4 i want to encrypt it with a stronger encryption
Want to restore ransomware encrypted files. Ransome ware type ".encrypt"
I need this done: function PDF_ExtractListOfWords(Filename:string):TStrings; where the PDF will be: * any valid PDF file * in any PDF format version * not encrypted * might be protected for edition and the function result should be a list of all words included in the PDF, where "word" is a sequence made of letters, numbers, the minus sign "-", and the point "." sign
Hello I want the strings in apk source code to be strongly encrypted
Hi, I'm using LetsEncrpyt on a Smarthost with PostFix. Server is Cent OS with Webmin installed. It receives from only a few IP addresses and uses TLS prorocol. It's been working fine but a few weeks ago is stop working. The error on the sending server: UntrustedRoot,Chain validation status And on [log masuk untuk melihat URL] the error shows: Certificate #1 of 1 (sent by MX): Cert ...
we do webscraping and aggregation for Australian banking websites using http requests. [log masuk untuk melihat URL] we are currently developing a scraping bot for this website. the problem: the password in the login form is encrypted client side using Js after we submit. we need to find and extract the same Js functions from this website, so we can call these functions from a seperate applicati...
I have an APP that resembles the work of Uber and Careem and I want to encode the application programmatically or via the server so that it is not blocked here in Jordan! Because the government wants to block it because it is not licensed! I have a complete source code, and I am looking for a very professional, independent, and familiar with such matters! Thank you
My files were encrypted by a hacker. I cannot do anything with the files. I want these files to be made available.
Hello! [log masuk untuk melihat URL] This tool is suppose to find valid and invalid data (encrypted or corrupted) files. It will export a CSV file. We would like to add an option to seperate the good and the bad data into folders. We also like to know if this tool is able to handle all sort of files or not. This project needs to be finished within 24 hours.
I have encrypted a file with aes-256-cbs and sha-512 with a password that i forgot. i remember a few passwords maybe the correct one i recorded them all in a text file. I need a c++ software to loop through the text file and try to decrypt the file using those potential passwords.
We are a UK (our own consultants/developers are based in Indi a where I have a subsidiary company) in India based open source CRM/ERP company, one of the applications that we do a lot of work with is Vtiger CRM and we have a number of customers looking at telephony integrations with FreePBX/Asterisk specifically. We also have a couple of customers who already have telephony integrations in place ...
I need an IOS & Andriod app. I would like it designed and built. The app should be very similar to whatsapp with encrypted chats and calls.
I HAVE BEEN AFFECTED BY KUUS VIRUS AND MY PHOTOS ARE GETTING DAMAGED BY VIRUS AND ENCRYPTED THROUGH ONLINE ID, CAN I GET THOSE PHOTOS DECRYPTED AND REMOVE ALL MY VIRUS FROM PC ?
Freelancer has in javascript create fullscreen auto in the video below <iframe id="myvideo" width="560" height="315" src="[log masuk untuk melihat URL]" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> the code below does not work <...
As we all know about the upcoming policies of whatsapp we can create an app same like the whatsapp but not taking any information from the users and keeping their chats end to end encrypted
I have one web portal that needs to be an integration web service by using a soap client in php laravel . This Web service relates to incometaxindia if any one has already done this project or soap client integration plese dm me . Here's short details Web services are provided to external agencies for specific purpose as explained in this section. The header of the Simple Object Access...
I need a developer for creating an app that can handle Lawyer's appointments, case details, court details, inform applicants of progress, have provision of encrypted video chat/messaging, provide basic forms and also handle payments for consultations and other work. It should be able to work on Android/iOS mobiles and should be as lite as possible (through no fancy graphics or rainbow colors...
Hello, I need to add some features to my existing Android/iOS appointment booking app. It uses wordpress as a backend and currently you control appointments and how they work on that. I would also like for some other features to be added and they are detailed below: 1. Provider can set appointment requirements in the app 2. When Provider creates an account, they must submit 2 verification docum...
Develop a web portal service for managing the operation of a medical clinic, with ability to manage therapists and patients, manage therapies, calendar with resource management, manage appointments, and billing. There will be Admin, Staff and Therapist users that will have different sets of account permissions. The web portal will be responsive for the mobile and tablet. We reserve the option to ...
Create a Client/Server using DatagramSocket and DatagramPacket Programming and using DESede (168) as encryption algorithm. A client and a server. The server receives the encrypted datagram packet over a datagram socket. The client should ask the user to enter the 16-digit credit card number, and then send the encrypted credit number to the server. The datagram packet received by the server shoul...
The problem: Tracker identification is based on whitelists and lists of known trackers (see attached paper Introduction to being a Privacy Detective - Investigating and Comparing Potential Privacy Violations in Mobile Apps Using Forensic Methods) The aim: Identify trackers from Mobile Application Network traffic w/o resorting to whitelists of known trackers (Finding features of different trackers...
The program btcrecover implements wallet password cracking for a variety of bitcoin wallets but not coinomi. Looking for someone to implement this for coinomi's AES wallet password NOT the seed phrase recovery. [log masuk untuk melihat URL] Seed Phrase (Mnemonic) Recovery for the following wallets Electrum (1.x, 2.x, 3.x and 4.x) (For Legacy and Segwit Wallets. Set --bip32-path "m...
I need help with retrieving DATA with below condition: Bios Locked, Bitlocker Locked Drive for HP (Folio 9480m) Laptop, with no Admin access (local a/c). How can I crack it without ADMIN Powershell and ADMIN CMD access. Can we retieve the sensitive data by creating a new local Admin account?
We are looking for an Azure MS SQL server specialist who can help us to investigate the reason behind a slow working application caused by the database. The Azure database is using MS SQL Server Always Encrypted. Please, only react when you are a senior database specialist.
I used CryptoJS instead of nodejs crypto module because I just use the native JavaScript,but some codes can't work. function aesEncrypt(text, secKey) { const _text = text const lv = new Buffer('0102030405060708', 'binary') const _secKey = new Buffer(secKey, 'binary') const cipher = [log masuk untuk melihat URL]('AES-128-CBC', _secKey, lv) let...
I need someone to finish this project [log masuk untuk melihat URL] and create a mobile application to run on android. The GIT is [log masuk untuk melihat URL] Please review website and git so you have an understanding of the size of the project before making a proposal. When applying, please be ready to give a breakdown of preferred milestones
PREFERE SOMEONE WITH IT KNOWLEDGE, EXPERIENCE IN WRITING TECHNICAL REPORT.
I'm looking for a "redesign" of my current logo, which is attached below. The website is all about windfoiling, which is a type of windsurfing. I included a few reference photos of the sport and surfboards below. The current logo uses a road sign with an icon of a hydrofoil (the piece that goes under the surfboard). I'd like to keep this idea but have a new and refreshed versio...
We are looking to build a web app to provide educational content while allowing certain users to co-brand the application for their referrals. We'd like the basic app functionality produced ASAP to launch the minimum viable product and then to continue with additional programming while the app is live. Basic Functionality: - Secure, Encrypted, 2FA, Admin dashboard, user dashbaords - Home pag...
Hello. Work will be reverse executable Program with encrypted/ obfuscated functions inside. So we need unpack, decrypt and understand such functions specially 3 of them. I can give the exe for prior evaluation then continue chating. Hope hear you soon. Thank you. Ps: is not copyrighted software
Hello. Work will be reverse executable Program with encrypted/ obfuscated functions inside. So we need unpack, decrypt and understand such functions specially 3 of them. I can give the exe for prior evaluation then continue chating. Hope hear you soon. Thank you
Hello. Work will be reverse executable Program with encrypted/ obfuscated functions inside. So we need unpack, decrypt and understand such functions specially 3 of them. I can give the exe for prior evaluation then continue chating. Hope hear you soon. Thank you
Hello. Work will be reverse executable Program with encrypted/ obfuscated functions inside. So we need unpack, decrypt and understand such functions specially 3 of them. I can give the exe for prior evaluation then continue chating. Hope hear you soon. Thank you
function generateHashKey($total,$installment,$currency_code,$merchant_key,$invoice_id, $app_secret){

 $data = $total.'|'.$installment.'|'.$currency_code.'|'.$merchant_key.'|'.$invoice_id;

 $iv = substr(sha1(mt_rand()), 0, 16);
 $password = sha1($app_secret);

 $salt = substr(sha1(mt_rand()), 0, 4);
 $saltWithPassword = hash('sha256', $pass...
I have a micro sd card that was encrypted by a mobile device and the mobile device has been factory reset and now i can't access the photos on the micro sd card.
Add local recording of conference (video / audio) to PC in Jitsi-meet UI. The recording must be encrypted with a password selected by the user.
We have a windows bases encryption application and web server through that encryption application we are doing encryption on video file and PDF file. That encrypted file must be play on android based mobile and TV.
We are using. PIC18F26K22. Pic18F46k22. we want to do an over the air firmware update of the PIC using BT module connected to it. We will have a 2 applications. Master app. Will load a hex file. Encrypt it. Then can be emailed to client. (App can be mobile or desktop based. Does not matter). Client app. Client receives the encrypted (hex) file. the app connect to the pic controlle...
I am looking for someone who can develop a dtv app that can read oscam to unlock encrypted satellite channels, or else with an app to view existing channels, a solution to use oscam already with a solution available on xiaomi mitv 4s 55. The main problem is that oscam cannot find dvbapi
Looking for a contractor, anywhere in the world, to help expand and maintain existing windows app. Experience with user access control options and networking in a windows environment is a requirement. Familiarity with DNS, and it’s encrypted equivalents is desired (e.g., DOH, DOT, etc...).
I need a snippet of code written in Java translated 1:1 to Golang, so that it will produce that exact same result. str := "gN==UOOiV/HhwOt2GN6tkyl/FHtYmd1N9CZ/j5zIwAw3/ZEM6LU/ufCMWrJ0+p39I3DKED06EJ1KuCuIH9rPE7A7" str2 := "[log masuk untuk melihat URL]n1610533100nC5F485nGETn/stores/jdsportsuk/carts/900A32A671954FD88A433B30470006AE/deliveryOptions?excludeCandCStores=1[log masuk ...
I need a snippet of code written in Java translated 1:1 to Golang, so that it will produce that exact same result. str := "gN==UOOiV/HhwOt2GN6tkyl/FHtYmd1N9CZ/j5zIwAw3/ZEM6LU/ufCMWrJ0+p39I3DKED06EJ1KuCuIH9rPE7A7" str2 := "[log masuk untuk melihat URL]n1610533100nC5F485nGETn/stores/jdsportsuk/carts/900A32A671954FD88A433B30470006AE/deliveryOptions?excludeCandCStores=1[log masuk ...
Looking for a C# developer to help expand and maintain existing windows app. Experience with user access control options and networking in a Windows environment is a requirement. Familiarity with DNS, and it’s encrypted equivalents is desired (e.g., DOH, DOT, etc...).
Hi, We are looking to develop a website exactly like Zomato.com.....Looking for the company who developed that site, or tech team who worked on zomato website, only pls connect When reply dont forget to leave your mobile no. Project Description: These are the few things we are looking to build into our website..this is not a exhaustive list...thanks > Platform – PHP/JSP/SPRING FRAMEW...
Here again are the requirements for registration and login: 1. User can choose both username and password, just as you have it now (no more Metamask); 2. Last step in registration must be to generate 12-word mnemonic using [log masuk untuk melihat URL] - BIP 39 mnemonic phrases (12 word backup phrases). 3. Use the 12 word backup phrases to generate an address / key pair for the user. 4. Allow the ...
Hello, I need a website that does: 1. Allows user to purchase access to the application 2. When they login with their secure details, they will complete a form that is divided into approximately 4-5 sections - total of between 30-40 questions. Questions will be dynamical and responses will produce a pdf document. 3. The application uses those answers to questions to fill out a template document a...
For new Android based mobile app that creates complex encrypted images as art perform the following social media/other tasks (30 day performance based renewable contracts) NOTE: you must be fluent in the English language, have proven expert level graphic and content creation skills, artistic sensibilities, together with a minimum of two late model Android phones (to download and run the app) NOTE...
Find out the essential changes in the app's newest version.
How do you monetise on the little ideas that can add up to a big project? The answer : Get yourself started online.
If you're a freelancer, then our selection of top Windows apps will be a godsend. Together with them, the work process will be faster.