Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    1,594 openssl jobs found

    ...temporary access to the mail-sending config and stream live logs; I can also run telnet or openssl commands on demand so you can trace the exact exchange. Deliverables • Identify the precise cause of the 535 failure • Implement or walk me through the fix until a test message returns code 235 (success) • Provide the confirmed working host, port, encryption type, and auth method so I can mirror them in other environments Acceptance Criteria • A verified test email delivers successfully from the application, showing a 235 response in the log • All new settings are documented clearly enough for me to reproduce them elsewhere If you’re comfortable troubleshooting SMTP over SSL/TLS, parsing verbose openssl output, and tweaking PHP mail libraries...

    $16 Average bid
    $16 Avg Bid
    83 bids

    ...temporary access to the mail-sending config and stream live logs; I can also run telnet or openssl commands on demand so you can trace the exact exchange. Deliverables • Identify the precise cause of the 535 failure • Implement or walk me through the fix until a test message returns code 235 (success) • Provide the confirmed working host, port, encryption type, and auth method so I can mirror them in other environments Acceptance Criteria • A verified test email delivers successfully from the application, showing a 235 response in the log • All new settings are documented clearly enough for me to reproduce them elsewhere If you’re comfortable troubleshooting SMTP over SSL/TLS, parsing verbose openssl output, and tweaking PHP ...

    $27 Average bid
    $27 Avg Bid
    90 bids

    Every time my application tries to send mail I get the dreaded “Expected response code 235 but got 535 – Authentication credentials invalid” for both LOGIN and PLAIN. I changed the SMTP username and password recently and have already entered the new details in...You’ll have temporary access to the mail-sending configuration and any logs you need. Deliverables • Find the root cause of the 535 failure • Apply (or guide me through) the corrective fix until a test email returns code 235 • Hand over the final working settings—host, port, encryption type, and auth method—so I can replicate them in other environments I can provide live logs, run telnet or openssl tests on request, and retest immediately after each change. Let...

    $22 Average bid
    $22 Avg Bid
    50 bids

    I run a Linux server on Hetzner with CyberPanel and need an email-centric tune-up to stop Gmail rejections and smooth out daily use. What’s happening now • Gmail bounces my messages with “550-5....https://webmail.example.com. 5. Hand over a brief summary of changes plus any commands or panel paths so I can repeat the steps later. 6. I’m open to occasional future maintenance, so keep the configuration clean and document anything custom. CyberPanel, Postfix, Dovecot, Let’s Encrypt, and Hetzner’s DNS console are already in place; feel free to bring whatever tools—dig, nslookup, mail-tester, OpenSSL—you prefer. I consider the job complete when a test message lands in Gmail’s inbox without warning, Outlook syncs flawlessly, an...

    $145 Average bid
    $145 Avg Bid
    15 bids

    I have an archive named “” that was encrypted with OpenSSL using a passphrase I no longer possess. There are no password hints or partial phrases available. While the data is not time-critical, recovering it is important to me. You will attempt to recover the passphrase—or bypass it—using any lawful means such as brute-force, dictionary or other advanced cryptanalytic techniques. Deliverables: • A fully decrypted archive (or its extracted contents) • A brief outline of the method and tools you used so I can verify and reproduce the process if necessary Please confirm your experience with OpenSSL encryption formats and password-cracking frameworks when you respond.

    $32 Average bid
    $32 Avg Bid
    25 bids

    ...use to conduct English and Hindi (DevLys font) typing exams, with strict exam discipline, automatic recovery, legally auditable outputs, and license-based authorised usage. Hindi typing is DevLys font only (non-Unicode). Candidates never see evaluation results. --- 2. Technology PHP 8.x (procedural) MySQL / MariaDB Apache HTML, CSS, Vanilla JavaScript TCPDF for offline PDF generation OpenSSL (for license verification only) No external internet dependency after setup. --- 3. Core Rules Candidate language (English / Hindi DevLys) is fixed by admin. Typing is strictly line-by-line, one line at a time. Arrow keys allowed; copy/paste fully blocked. Typed data stored exactly as entered (no Unicode processing). Candidates never see speed, accuracy, errors, or results...

    $157 Average bid
    $157 Avg Bid
    16 bids

    ...package that I can open in Visual Studio and build immediately ("out-of-the-box") without hunting for missing dependencies or fixing linker errors. Technical Requirements Source Code: Use MicroSIP version 3.21.6.0 (source available at ). OpenSSL Integration: Full integration of OpenSSL for secure signaling and media (TLS/SRTP). Core Features: Functional Make/Receive Calls. Opus Codec support enabled and tested. MP3 Recording functionality fully operational. Dependencies: All necessary libraries (PJSIP, FFmpeg, OpenSSL, etc.) must be included and properly linked with relative paths. Deliverables (Acceptance Criteria) The project will be delivered as a single ZIP file containing: Full Source Tree: All MicroSIP source files plus all required third-pa...

    $170 Average bid
    $170 Avg Bid
    33 bids

    I need a file decrypted via cryptool-online with screenshots of the openssl command line and an explanation for the decryption process. File to be decrypted will be provided. URGENT

    $40 Average bid
    $40 Avg Bid
    2 bids

    I am looking for a skilled cybersecurity or cryptography developer who can build an advanced AES encryption/decryption system on Kali Linux. The system should include: AES‑256 encryption and decryption Secure key handling Command‑line interface (CLI) or GUI Optionally: hashing, key‑derivation (PBKDF2/Arg...skilled cybersecurity or cryptography developer who can build an advanced AES encryption/decryption system on Kali Linux. The system should include: AES‑256 encryption and decryption Secure key handling Command‑line interface (CLI) or GUI Optionally: hashing, key‑derivation (PBKDF2/Argon2), or file‑level encryption Clean and documented code (Python or C preferred) Experience with Kali Linux, OpenSSL, Python cryptography libraries, or custom AES implementations is require...

    $13 / hr Average bid
    $13 / hr Avg Bid
    13 bids

    I need to set up a simple, secure licensing workflow in my existing PHP server for a Windows C# desktop application. Here’s how I picture the flow and what I need from you: C# Software Licensing Task as briefly outlined below 1. Key Generation and Management Generate an RSA public and private key pair on my web server (GoDaddy) using OpenSSL commands in PHP. 2. PHP Web Hosting (License Generation) On my web server, a PHP script generates a license file containing the user's information, then digitally signs this data with my private key. 3. C# Desktop Software (License Verification) In my C# application, the process involves receiving the license file, extracting the data and signature, and using the embedded public key to verify the signature. Steps: 1. Software c...

    $48 Average bid
    $48 Avg Bid
    22 bids

    ...briefly outlined below 1. Key Generation and Management Generate an RSA public and private key pair on my web server using OpenSSL commands in PHP. 2. PHP Web Hosting (License Generation) On your web server, you will have a PHP script that generates a license file containing the user's information, then digitally signs this data with my private key. 3. C# Desktop Software (License Verification) In my C# application, the process involves receiving the license file, extracting the data and signature, and using the embedded public key to verify the signature. Embed Public Key: Include the public key string within my C# application code. Deliverables 1. PHP script with OpenSSL commands and clear install notes. 2. C# verification class plus a quick demo WinForms or c...

    $28 Average bid
    $28 Avg Bid
    25 bids

    ...URL schemes, any required entitlements). • Ensure the PWA is packaged and loads correctly in WKWebView (offline/cache behavior as appropriate). • Verify deep links/universal links if needed (I’ll confirm if required). 2. Signing & Provisioning (clean setup) • Generate a fresh CSR/private key pair and create a new Apple Distribution certificate. • Export a working .p12 (verified locally with openssl) and the correct App Store provisioning profile for the Bundle ID. • Align the Xcode project to use the correct Team ID, Bundle ID, and manual signing settings. 3. Build & Release • Produce a Release .xcarchive and .ipa locally. • Upload to TestFlight (Transporter, altool, or Fastlane—your choice). • Confirm at least...

    $694 Average bid
    $694 Avg Bid
    72 bids

    We are seeking an experienced Linux/Network Engi...subset of clients. Seeking additional network expertise to diagnose the root cause—whether it is a Docker networking conflict, an  iptables  misconfiguration, or an upstream TLS handshake failure. Required Skills • Deep Linux Networking:  iptables ,  ip route , systemd-resolved,  /etc/  management. • Troubleshooting: Experience with command-line debugging tools ( tcpdump ,  netstat ,  openssl ). Helpful Skills, but not required: • Devops skills - Ansible and Docker • Ruby on Rails • Encryption/Privacy Protocols • Experience with mainland China networks a plus Potential for long-term maintenance role. Please provide rou...

    $55 / hr Average bid
    $55 / hr Avg Bid
    32 bids

    ...availability, last error snippet. - Logs: structured, redacted; correlation id per order; decision reasons (e.g., insufficient confs, addr mismatch). Performance - Watcher interval tunable; typical BSC auto‑confirmation under 90s at N=5–12. - Backoff and retry strategy on API limits; fallback to alternate providers where configured. Compatibility - PS 8.x (PHP ≥8.1), MySQL 5.7+/8, OpenSSL; Node.js 20 LTS for backend; v6 and WC v2 on FE. Assumptions (explicit) - KYC/AML integration not part of this phase; proportional controls only (sanctions/jurisdictions, manual review threshold). - Keys: Vaultwarden + rotation acceptable for MVP; migration to AWS KMS/HashiCorp Vault planned without code changes in business logic. - Hosting: On‑p...

    $3069 Average bid
    Featured NDA
    $3069 Avg Bid
    49 bids

    ...the complete Xilancer freelancing platform on our Plesk VPS and ensure everything works flawlessly end-to-end. This includes: 1. Server Access & Initial Setup ✔ Log in to our Plesk VPS ✔ Create a new webspace/domain environment ✔ Ensure the server meets all required specs: PHP Requirements (Laravel) PHP 8.1 or 8.2 Enable the following extensions: BCMath Ctype Fileinfo JSON Mbstring OpenSSL PDO + PDO MySQL Tokenizer XML cURL GD (or Imagick) Server Requirements Linux server Apache or Nginx MySQL or MariaDB (create new DB) Composer installed Correct PHP limits: memory limit: 256M upload max: 32M+ max execution time: 120 2. Domain Configuration ✔ Connect our domain to the new Xilancer installation ✔ Point the domain root to the /public directory of the...

    $31 Average bid
    $31 Avg Bid
    31 bids

    ...briefly outlined below 1. Key Generation and Management Generate an RSA public and private key pair on my web server using OpenSSL commands in PHP. 2. PHP Web Hosting (License Generation) On your web server, you will have a PHP script that generates a license file containing the user's information, then digitally signs this data with my private key. 3. C# Desktop Software (License Verification) In my C# application, the process involves receiving the license file, extracting the data and signature, and using the embedded public key to verify the signature. Embed Public Key: Include the public key string within my C# application code. Deliverables 1. PHP script with OpenSSL commands and clear install notes. 2. C# verification class plus a quick demo WinForms...

    $15 Average bid
    $15 Avg Bid
    22 bids

    ...of: Metadata JSON SHA256 hash Detached digital signatures (using OpenSSL command provided) Properly formatted evidence package ready for submission --- Requirements Python 3 experience (Pydroid 3 or desktop Python) Experience with JSON handling and SHA256 hashing Familiarity with OpenSSL and generating detached signatures Attention to detail — evidence must be court-ready Ability to write a script that processes raw data files and outputs metadata, hashes, and signature commands --- Deliverables For both Uber and Waymo (data provided by us): 1. Metadata JSON files: Include client ID, endpoint (if applicable), timestamp (UTC), token type, SHA256 hash. 2. SHA256 hash of provided trip data JSON. 3. OpenSSL command to generate detached sig...

    $170 Average bid
    $170 Avg Bid
    84 bids

    ...Estimated timeline to complete both requirements 5. Your fixed price or hourly rate ### Success Criteria - We can successfully fetch 255+ transactions from Wise API - Webhook receives and logs transaction events when they occur in Wise - Code is clean, documented, and we can maintain it ### Additional Information We've already done extensive debugging: - Generated RSA keys in correct format (OpenSSL PEM for private, X.509 for public) - Implemented UTF-8 encoding for signature generation - Verified key pair matches (modulus comparison) - Deployed to production with all fixes - Still getting `x-2fa-approval-result: REJECTED` from Wise **If you've solved Wise SCA authentication issues before, this is the job for you.** --- ## Skills Required - Wise API - TransferWise...

    $32 / hr Average bid
    $32 / hr Avg Bid
    187 bids

    I have an existing Xcode project that already pulls loyalty-card data from a MySQL backend and assembles the pass, but the Apple Wallet certificates keep blocking the final build and over-the-air delivery. I use both Development and Production certificates, and at the moment I’m fighting issues on two fronts: fi...process with me, correct whatever is mis-configured, and leave me with a project that: • Builds in Xcode with no signing errors • Successfully fetches the certificates from the server, signs the pass, and adds it to Apple Wallet on a physical device I’m ready to jump on a screenshare or hand over the repo the moment you’re free—ASAP turnaround is key. If you’re comfortable with PassKit, OpenSSL, and the usual Xcode quirks, this...

    $147 Average bid
    $147 Avg Bid
    157 bids

    I have a challenge-style cryptography question that ends with a hidden flag. I need someone to fully decrypt the message, capture t...manual reasoning—and include a screenshot after each major action. • Add a concise note under each screenshot explaining what was done and why it worked. • Conclude with the recovered flag and a short summary of lessons learned. The report must be self-contained, easy to follow, and delivered in PDF (screenshots embedded) plus any scripts you create. Feel free to use tools such as CyberChef, OpenSSL, Python (PyCryptodome), or any method you deem efficient, provided the walkthrough remains replicable on a standard workstation. I am looking for accuracy, clear writing, and well-organized visuals so the entire process can be repeate...

    $86 Average bid
    $86 Avg Bid
    17 bids

    ...PL/SQL test (UTL_HTTP or APEX_WEB_SERVICE) that proves we can reach the target URL over TLS 1.2. A final screenshot or spool showing a successful 200 OK response will be the acceptance point. I’ll give you SSH or screen-share access to the Unix host and Oracle home, but I expect a concise step-by-step document so I can repeat the process in our staging environment later. Knowledge of opatch, OpenSSL, and Oracle Wallet tooling is essential; familiarity with 11.2 patch matrices is a big plus. Let’s get this database speaking TLS 1.2 smoothly and securely....

    $35 / hr Average bid
    $35 / hr Avg Bid
    29 bids

    I’m working on a Capture-the-Flag puzzle that hinges on defeating a custom crypto scheme via a chosen-ciphertext attack. The goal is ...Capture-the-Flag puzzle that hinges on defeating a custom crypto scheme via a chosen-ciphertext attack. The goal is simple: recover the flag and document the full break so I can reproduce it. You’ll get the encrypted material, the oracle endpoint that accepts arbitrary ciphertexts, and any ancillary scripts I’ve gathered. Feel free to bring whatever tools you prefer—Python, SageMath, pwntools, even straight OpenSSL—so long as the final outcome is clear. Deliverables I need from you: -the flag you solved If you’re comfortable with modern cryptanalysis techniques and can move quickly, let’s dive in—...

    $19 / hr Average bid
    $19 / hr Avg Bid
    20 bids

    I’m working on a Capture-the-Flag puzzle that hinges on defeating a custom crypto scheme via a chosen-ciphertext attack. The goal is ...Capture-the-Flag puzzle that hinges on defeating a custom crypto scheme via a chosen-ciphertext attack. The goal is simple: recover the flag and document the full break so I can reproduce it. You’ll get the encrypted material, the oracle endpoint that accepts arbitrary ciphertexts, and any ancillary scripts I’ve gathered. Feel free to bring whatever tools you prefer—Python, SageMath, pwntools, even straight OpenSSL—so long as the final outcome is clear. Deliverables I need from you: -the flag you solved If you’re comfortable with modern cryptanalysis techniques and can move quickly, let’s dive in—...

    $10 Average bid
    $10 Avg Bid
    19 bids

    I have a handful of PDF documents that were locked with certificate-based encryption. Th...and unfortunately I no longer have the matching certificates or private keys. I need someone who can still remove the encryption so that I can open, read, and edit the files normally. You will receive the encrypted PDFs immediately after project start. Your task is to return fully decrypted copies that preserve the original layout, images, and metadata. If your workflow relies on tools such as OpenSSL, QPDF, or any other specialized forensic utilities, just let me know—whatever gets the job done cleanly. A short outline of your approach (no trade secrets, just enough to confirm feasibility) will help me award the project quickly. This an example, if you can decrypte it i'll send ...

    $82 Average bid
    $82 Avg Bid
    22 bids

    ...on our side—no code pushes, no Cloudflare rule edits—yet the app now throws the exception as soon as it fetches data. The error is limited to the mobile app; the public site itself remains unaffected. I’m looking for someone who can: • reproduce the failure on an Android 16 emulator or device • inspect the certificate chain (Cloudflare edge, origin cert, intermediates) with tools such as OpenSSL, Qualys SSL Labs, or Android’s Network Security Config validator • advise on or implement the remediation—whether that’s replacing a missing intermediate cert, updating the app’s network-security-config, or adjusting Cloudflare’s SSL/TLS options • verify the fix by demonstrating successful calls from the affect...

    $15 / hr Average bid
    $15 / hr Avg Bid
    59 bids

    ...every minute it stays that way costs me traffic and trust. I need a specialist who can jump in right now, trace the exact cause—whether it’s certificate order, server config, mixed-content calls, or a redirect loop—and restore the green padlock on every page. You should be comfortable troubleshooting on Apache, Nginx, or IIS, digging into cert paths, and running validation tools like SSL Labs or OpenSSL. Once the fix is in place, I expect confirmation that: • The certificate is trusted by all major browsers • No mixed-content or redirect warnings appear • HTTP requests are force-redirected to HTTPS cleanly • A brief summary of changes is provided so I can replicate them on staging Availability to start immediately is critical; please...

    $19 Average bid
    $19 Avg Bid
    51 bids

    Users will go to our platform and obtain SSL with required information. We will add some additional validation. This is the main objective so users can renew SSL with ease and can obtain extended validation without spending lots of $. Following are AI generated >>>> • Keep using Let’s Encrypt / OpenSSL for the certificates • Introduce an additional verification step (for example an extended-validation style indicator or a lightweight 2-factor challenge) that browsers or my back-end can recognise and act on • Document the configuration clearly so I can renew or migrate it without breaking the chain of trust You are free to recommend the cleanest route—whether that means scripting ACME hooks, tweaking Nginx / Apache, or layering a valid...

    $455 Average bid
    $455 Avg Bid
    174 bids

    I have a small, password-protected text file that was encrypted with OpenSSL using AES-256. The password is definitely correct, yet the usual OpenSSL command line fails to decrypt—either producing garbled output or throwing a “bad decrypt” error. My goal is straightforward: identify why the routine is failing and supply a reliable method (script, one-liner, or documented steps) that successfully returns the original clear-text. You may need to inspect the file header, check salt or IV handling, verify padding, or recreate the encryption parameters before running a working OpenSSL, OpenSSL-compatible Python, or similar solution. Please let me know what tools or commands you plan to test so I can match them in my environment. Important ethical ...

    $188 Average bid
    $188 Avg Bid
    27 bids

    ...every minute it stays that way costs me traffic and trust. I need a specialist who can jump in right now, trace the exact cause—whether it’s certificate order, server config, mixed-content calls, or a redirect loop—and restore the green padlock on every page. You should be comfortable troubleshooting on Apache, Nginx, or IIS, digging into cert paths, and running validation tools like SSL Labs or OpenSSL. Once the fix is in place, I expect confirmation that: • The certificate is trusted by all major browsers • No mixed-content or redirect warnings appear • HTTP requests are force-redirected to HTTPS cleanly • A brief summary of changes is provided so I can replicate them on staging Availability to start immediately is critical; please...

    $20 Average bid
    $20 Avg Bid
    32 bids

    ...Every domain on the server already has its own dedicated IP, but the one-to-one mapping isn’t working where it matters: Mailwizz can’t validate through SMTP because port 587 simply will not open. The current error is “stream_socket_enable_crypto(): OpenSSL:0A000438:SSL routines::tlsv1”, so Mailwizz times out the moment it tries to negotiate TLS. What I need from you • Make sure each domain routes mail through its assigned IP and authenticates cleanly. • Open and verify port 587 on every address, confirm STARTTLS works, and eliminate the OpenSSL/TLSv1 complaint. • Leave the existing Virtualmin/Apache stack intact; this is purely a mail and networking fix. • Hand me a brief rundown of what you changed so I can repeat it if I...

    $31 Average bid
    Urgent
    $31 Avg Bid
    24 bids

    ...signer, Issuing CA. • KU/EKU, policy OIDs and CPS URI, Subject/SAN fields, basicConstraints and pathLen. 3. CP/CPS Documents • CP — Certificate Policy (REV A) and CPS — Certification Practice Statement (REV A) compliant with RFC 3647 and RFC 5280, traceable to the cryptographic design and profiles. 4. Operational Runbooks • Key Ceremony: step-by-step Root → Issuing → OCSP procedure, PKCS#11/OpenSSL commands, inputs/outputs, evidence control, CRL/OCSP publication. • Configuration templates in JSON/YAML for profiles and parameters. 5. Integration with Existing Code • Update Admin API OpenAPI to include policy fields (policyOID, CPS URI, AIA/CRL/OCSP bases) and labels/IDs association. • Postman collection covering: Issuing...

    $628 Average bid
    $628 Avg Bid
    7 bids

    ...Design Marketplace Hosting Setup + Bulk Uploader Development I am building a stock photography and design marketplace using the ViserStock script My current hosting provider is HostAfrica (South Africa). The platform requirements are: * PHP 8.3 * MySQL 8.0+ or MariaDB 10.6+ * Required PHP extensions (BCMath, Ctype, cURL, DOM, Fileinfo, GD, JSON, Mbstring, OpenSSL, PCRE, PDO, pdo_mysql, Tokenizer, XML, Filter, Hash, Session, Zip) * Functions enabled: `allow_url_fopen()` and `file_get_contents()` I will also be using Wasabi (S3-compatible storage) for all image and asset hosting and Oracle Cloud Free Tier in the beginning and will scale from there. In short: Wasabi is our storage backend, not our app host. Our VPS (Oracle free) runs the marketplace logic

    $689 Average bid
    $689 Avg Bid
    159 bids

    ...Configuration: -Setting up and tuning Linux firewalls (iptables, ufw, or firewalld). -Creating access rules, NAT where required, and ensuring proper logging and monitoring for security. VPN Setup: -Establishing a site-to-site VPN connection between the Production server and AEMO. -Configuring IPsec/IKEv2 or other recommended VPN solution (OpenVPN, WireGuard if compatible). -Managing certificates (OpenSSL), handling tunnel configuration, and troubleshooting MTU/fragmentation issues if needed. Environment Segregation: -Ensuring clear separation of Production and Test environments (databases, users, and applications). -Configuring the Test environment to simulate Production without affecting live traffic. Handover & Documentation: Provide clear documentation for setup, co...

    $16 / hr Average bid
    $16 / hr Avg Bid
    40 bids

    I need seasoned support ensuring the cryptographic side of my security stack is solid. The priority is hands-on expertise with cryptographic algorithms—selecting the right primitives, validating exis...guidance (and, where helpful, code snippets) outlining risks, improvements, and best-practice configurations • Ongoing Q&A support for fine-tuning implementation decisions as the project evolves Please share examples of previous cryptography-centric work—white-papers, audited code, or open-source contributions—plus a brief note on the tools, languages, or libraries you are most comfortable with (OpenSSL, Bouncy Castle, libsodium, etc.). I will shortlist candidates whose portfolio shows both depth in cryptography and an ability to communicate complex secur...

    $142 Average bid
    $142 Avg Bid
    9 bids

    ...insurance application interfaces Tech Stack Highlights: Android App in Kotlin + Jetpack Compose with Material 3 MVVM architecture for state management Backend on PostgreSQL, Hasura (GraphQL), MinIO, and Appwrite/Supabase AI with Rasa, TensorFlow Lite, OpenCV IoT with MQTT, Arduino/OpenAg sensors, Home Assistant Blockchain for credit score (Hyperledger Fabric/Corda) Security using AES-256, OpenSSL, and biometric auth Multi-language and speech-to-text support Development Roadmap – Phase 1 (MVP): ✔ Basic Farmer Registration & Dashboard ✔ AI Chatbot & Weather API Integration ✔ Marketplace Why this is exciting: You’ll be designing an app that brings advanced technology directly to farmers. It’s an opportunity to create interfaces that are simple, i...

    $2385 Average bid
    $2385 Avg Bid
    46 bids

    I need a Java KeyStore (.jks) generated on a Windows machine from start to finish. Please walk me through, or remotely execute, every step required—creating the keystore, setting the alias and store-password, and importing any certificate chain I provide. The workflow must rely on standard tools such as keytool and, where useful, OpenSSL, so I can reproduce the process later on my own Windows 10 workstation. Deliverables • A working .jks file delivered to me (or fully generated on my computer during a screenshare) • A concise text log of the exact commands and parameters you used, including any passwords expressed in variables or clearly marked placeholders • A brief note on how to verify the keystore contents with keytool If additional certificates are needed...

    $3 / hr Average bid
    $3 / hr Avg Bid
    7 bids

    I run a Linux server on Hetzner with CyberPanel and need an email-centric tune-up to stop Gmail rejections and smooth out daily use. What’s happening now • Gmail bounces my messages with “550-5....https://webmail.example.com. 5. Hand over a brief summary of changes plus any commands or panel paths so I can repeat the steps later. 6. I’m open to occasional future maintenance, so keep the configuration clean and document anything custom. CyberPanel, Postfix, Dovecot, Let’s Encrypt, and Hetzner’s DNS console are already in place; feel free to bring whatever tools—dig, nslookup, mail-tester, OpenSSL—you prefer. I consider the job complete when a test message lands in Gmail’s inbox without warning, Outlook syncs flawlessly, an...

    $149 Average bid
    $149 Avg Bid
    36 bids

    ...smaller than the original. The special negative offset for the salt -$offset + $pfx is calculated based on the initial binary payload length. - Decompression & Decryption: The final, shrunken payload is decompressed with gzinflate and then decrypted with openssl_decrypt. Using a 16-byte (128-bit) key for a cipher that requires a 32-byte (256-bit) key (aes-256-cbc). It correctly notes that PHP's OpenSSL wrapper silently pads the key with NUL bytes to the required length, a fragile and non-portable behaviour that is the source of instability. Key tasks include: - Understanding how the decrypter() function is working - Reverse engineering to create a working encrypter() function I am providing two files: one containing the original decrypter() function and my attempt at ...

    $28 Average bid
    $28 Avg Bid
    27 bids

    ...server’s location. The sole goal is to bypass geo-restrictions; there is no site-to-site networking involved. Environment & devices • Users will connect from Windows laptops/desktops, Android or iOS phones, and a few Linux machines. • You may suggest the preferred server OS, although I already have an Ubuntu VPS available if that simplifies the build. • Standard OpenVPN tools (easy-rsa or OpenSSL for certificates, systemd service management, iptables or ufw for basic firewall rules) are expected. Scope of work 1. Install OpenVPN on the server, generate the CA and client certificates, and apply best-practice hardening (TLS-auth, AES-256-GCM or ChaCha20 suites, no password saved in plain text). 2. Provide individual .ovpn profiles for up to ten ...

    $151 Average bid
    $151 Avg Bid
    15 bids

    ...الهيئة. •تُستخدم لتوقيع الفواتير رقميًا لضمان صحتها. 2. إعداد نظام (حتى لو بسيط جدًا) لتوليد الفاتورة بصيغة XML •الهيئة تقبل فقط الفواتير بصيغة XML محددة وفقًا لمعيار UBL 2.1. •يجب أن تحتوي الفاتورة على عناصر محددة (رقم الفاتورة، ضريبة القيمة المضافة، تاريخ الإصدار، هوية المورد والمشتري، إلخ). 3. توقيع الفاتورة رقمياً •باستخدام الشهادة التي حصلت عليها من الهيئة. •يتم ذلك باستخدام أدوات مثل OpenSSL أو أدوات جاهزة من مزودين معتمدين. 4. إرسال الفاتورة عبر واجهة API الخاصة بالهيئة •يجب التواصل مع الهيئة للحصول على: •بيانات Sandbox (بيئة اختبار) •معلومات Token وHeaders الخاصة بالاتصال الآمن

    $198 Average bid
    $198 Avg Bid
    34 bids

    ...(e.g., Twilio) for real-time communication 3. Admin Roles & Permissions - Role-Based Access: Define roles (Admin, Moderator, User) with permissions (e.g., content deletion, user bans) using ASP.NET Core Identity (^1,2,3^. - Moderation Tools: Flagged content review, user management dashboard. 4. Privacy & Security - End-to-End Encryption: For messages and calls (via libraries like Signal or OpenSSL). - Data Protection: Store passwords securely with Identity’s hashing, and encrypt sensitive data (^2,7^. 5. Hosting & Deployment - Windows Server: Run on IIS or Kestrel. - Database: SQL Server for user data, posts, and messages. --- ### Tech Stack | Component | Tools/Technologies | |-------------------------|----------------------...

    $2399 Average bid
    NDA
    $2399 Avg Bid
    84 bids

    I need an experienced Linux system administrator to build a secure Linux server. The primary purpose of this server is network security. Key Requirements: - Squid for web proxy services - Snort for intrusion detection and prevention - StrongSwan for secure VPN access - OpenSSL for encrypted communications - Iptables for firewall rules You should have: - Strong expertise in configuring and managing the above tools - Experience in implementing custom security configurations - Knowledge of Linux server hardening techniques Please provide your own configurations.

    $456 Average bid
    $456 Avg Bid
    43 bids

    ...messaging using SimplexMQ to verify that the library compiles and functions correctly on Android. 9. Are there any additional dependencies I should be aware of in the SimplexMQ build process? - The build process pulls the `simplexmq` repository via `cabal`. Ensure that all Haskell dependencies are properly installed, including `ghc`, `cabal-install`, and necessary system libraries like `zlib`, `openssl`, and `libsodium`. Also, verify if any additional Android-specific dependencies (like `libffi` or `android-ndk`) are required. 10. Do you require logging or debugging options during compilation before stripping symbols? - Yes, enable logging and debugging options during the initial build (`-g` flag for debugging symbols). However, before the final release build, strip unnecessary...

    $527 Average bid
    $527 Avg Bid
    38 bids

    ...with missing tables or columns in our Laravel migrations on a MySQL database. No recent changes have been made to the Laravel version or database configuration, yet product details are not being saved within our POS billing software. Server Requirements Web Server: Apache, Nginx, or similar. PHP Version: >= 7.4 Database: MySQL 5.6 or higher PHP Extensions BCMath Ctype Fileinfo JSON Mbstring OpenSSL PDO Tokenizer XML We are looking for an experienced Laravel developer who can: Troubleshoot and resolve migration-related issues Ensure all required tables and columns exist and are correctly structured Fix the issue preventing product details from being saved Verify and correct all related functions to ensure seamless POS operation Requirements: Strong expertise in Laravel...

    $14 Average bid
    $14 Avg Bid
    7 bids

    ...Problem: Our application is successfully deployed on AWS Lambda, but we're facing issues with Prisma ORM. Specifically, we receive the following error: PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x" PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x". This is likely caused by a bundler that has not copied "" next to the resulting bundle. Ensure that "" has been copied next to the bundle or in "../../node_modules/.pnpm/@prisma+client@6.6.0_prisma_d3fe9aa60353bd2d0fe07784257bd634/node_modules/.prisma/client". We would appreciate if you could take the time to share some information with

    $91 Average bid
    $91 Avg Bid
    18 bids

    ...Our application is successfully deployed on AWS Lambda, but we're facing issues with Prisma ORM. Specifically, we're receiving the following error: PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x" PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x". This is likely caused by a bundler that has not copied "" next to the resulting bundle. Ensure that "" has been copied next to the bundle or in "../../node_modules/.pnpm/@prisma+client@6.6.0_prisma_d3fe9aa60353bd2d0fe07784257bd634/node_modules/.prisma/client". We would appreciate if you could take the time to share some information with

    $41 Average bid
    $41 Avg Bid
    6 bids

    ...Laravel developer to **set up and configure my existing Laravel 5.5 project** on a cloud server (DigitalOcean or Amazon Lightsail). The Laravel project is already developed. I need help with: --- ### **Scope of Work:** 1. **Server Setup:** * Configure LAMP/LEMP stack on Linux (Debian 12) * PHP version compatibility (Laravel 5.5 requires PHP 7.1 - 7.2) * Enable required PHP extensions (OpenSSL, PDO, Mbstring, etc.) * MySQL installation and setup 2. **Laravel Setup:** * Clone or upload Laravel 5.5 project code to server * Configure `.env` file for database and mail (if needed) * Set correct permissions for `storage/` and `bootstrap/cache/` * Run `composer install` and ensure all dependencies are correct * Set up Apache/Nginx Virtual Host or server b...

    $261 Average bid
    $261 Avg Bid
    45 bids

    ...messaging using SimplexMQ to verify that the library compiles and functions correctly on Android. 9. Are there any additional dependencies I should be aware of in the SimplexMQ build process? - The build process pulls the `simplexmq` repository via `cabal`. Ensure that all Haskell dependencies are properly installed, including `ghc`, `cabal-install`, and necessary system libraries like `zlib`, `openssl`, and `libsodium`. Also, verify if any additional Android-specific dependencies (like `libffi` or `android-ndk`) are required. 10. Do you require logging or debugging options during compilation before stripping symbols? - Yes, enable logging and debugging options during the initial build (`-g` flag for debugging symbols). However, before the final release build, strip unnecessary...

    $560 Average bid
    $560 Avg Bid
    56 bids

    I need an experienced developer to upgrade our Frontity project to be compatible with Node 18 so that we can update the local repository to use the new upgraded Frontity repo and deploy it on Vercel. Here is the issue on the Frontity forum https:/...upgrade our Frontity project to be compatible with Node 18 so that we can update the local repository to use the new upgraded Frontity repo and deploy it on Vercel. Here is the issue on the Frontity forum Tasks: - Fork the Frontity repository for an independent version. - Upgrade to support Node 18, fixing webpack and OpenSSL compatibility issues. Ideal skills: - Proficiency in Node.js and React.js - Experience with source control - Familiarity with Vercel deployments

    $208 Average bid
    $208 Avg Bid
    139 bids

    Hi. I need the following AES -256-CBC encryption, decryption modules. 1. (For Windows) Encryption, decryption modules running in C++ (MSVC 2017) - Using bcrypt Library (please dont use OpenSSL) 2. (For macOS, Linux) Encryption, decryption modules running in Qt 6.x 3. Encryption, decryption modules running in PHP 8.x - Using openssl_decrypt * The content (Only text) to be encrypted includes 2-byte codes such as Japanese, Chinese, and Korean. * Also, the encryption and decryption results should be returned in base64 format. * The ultimate goal is to encrypt in modules in C++ and Qt, and receive them in PHP and decrypt them.

    $117 Average bid
    $117 Avg Bid
    86 bids