Passwords usernamepekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 passwords username tugasan ditemui, harga dalam USD

    Aplikasi Web based untuk membuat mobile landing page. Tujuan aplikasi agar orang yang tidak mengerti bahasa program bisa buat sendiri Mobile landing page dengan menggunakan aplikasi ini. Konsep aplikasi bisa dilihat lampirannya. Dibawah ini keterangan konsep aplikasinya: Mobile Landing Page Generator 1. Save button akan generate URL, like 2. url will be stored at the username's account & can be edited 3. Gold membership can create up to 10 url Platinum--20 url Titanium--30 url 4. Admin can manage all usernames membership, terminate or extend. if the membership is terminated automatically the url will be deleted/offline.

    $433 (Avg Bid)
    $433 Avg Bida
    1 bida

    Hello and Thank you for being here Trying to make this reference work Fails ("~/.ssh/mycreds") Works ("/home/username/mycreds") How can I make the logical reference work ~ Can you help me please ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutuall...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bida
    8 bida

    Want to modify xtream ui panel based on username and password to active codes Will share vidéo to explain it : This is démo how it will be : admin admin

    $144 (Avg Bid)
    $144 Avg Bida
    41 bida

    Two-Month Requirement List • APP User Login o User Registration: Users register their accounts independently, set passwords, and provide relevant email addresses. o User Login/Logout: Users log in and out by entering their passwords, and support login via TG accounts. o Permission Setting: Set user function permissions, menu permissions, button permissions, data permissions, etc., and set related user roles and user levels. o User Instructions: User agreement and privacy policy. • User Profile and Settings o Personal Profile Management: Users can create and edit personal profiles, including nicknames, avatars, and personal signatures. Set personal privacy options to control who can view their profiles. o Account Security: Provide strong password po...

    $1449 (Avg Bid)
    $1449 Avg Bida
    71 bida

    ...their progress, access course materials, and update profiles. AI Application Integration: Explore cost-effective AI chatbots or virtual assistants (VAs) to integrate basic functionalities like answering FAQs or offering course recommendations. Consider free trials or open-source solutions. Variant language models required. Security and Backups: Implement essential security measures like strong passwords, user permissions, and regular backups. Free security plugins like Wordfence can help. Preventing videos /tutorials being downloaded and copied Stage 3: Launch and Promotion (Ongoing) Social Media Integration: Integrate social media sharing buttons to allow users to share course content and promote your platform organically. Free plugins like Social Warfare achieve this. Co...

    $655 (Avg Bid)
    $655 Avg Bida
    248 bida

    I'm in urgent need of an API that generates temporary passwords for a Tuya smart lock. The main functionality I need is the ability to generate these passwords. The delivery method is not of concern as I just need a working sample of the JSON body for creating the API. Ideal Skills: - Experience with developing APIs, particularly for smart devices - Proficient in JSON and API design - Familiarity with the Tuya platform is a huge plus - Ability to work under a tight deadline - Excellent communication skills Please note that the project is required ASAP. We have obtained these locks , we try through api to create temporary passwords like it can be done through the app without luck. Also the device permision is on read. Can it change? We have tried both the Smar...

    $133 (Avg Bid)
    $133 Avg Bida
    41 bida

    I am seeking an experienced programmer to automate the transfer of TikTok users' video data into a Google Spreadsheet immediately upon posting a new video. Key Focus Areas: - Integration: The automation has to be seamless, with video data transferred automatically into the spreadsheet after a new video is posted by the user. - Data Extraction: The data to be fetched includes: Username, Likes, Views, Date Posted, Total videos to date and whether the weekly goal has been met. - Visualization: Data should be visually represented with Bar Graphs. Ideal Candidate: - Should have experience with automation software. - Should have proficiency in coding, preferably with a background in data extraction. - Should have good understanding of TikTok's API. - Should have experience in...

    $321 (Avg Bid)
    Perjanjian Kerahsiaan
    $321 Avg Bida
    12 bida

    ...automation testing and reporting. should not use API for performance. If you know Browser automation with Html and Graphana report is enough. Just need to automate below test cases with html report and Graphana report for 10 vus in local and 100 in Grapahana. please read my amazon website as example. Example test case: Launch the - Calculte how much time i taking to load Enter username Enter Password click Login Button - Add check home page reached and Calculate how much time it is taking to Load the Amazon home page search any product in amazon - verify how much time application is taking to complete the search Select the Product -> Add check and 100$ displayed eg: iphone - 1000$ click on Cart button Goto cart page - -> Add check and c...

    $56 (Avg Bid)
    $56 Avg Bida
    8 bida

    I'm looking for a skilled penetration tester to evaluate the security of my website. - Tasks: - Perform a comprehensive security test to ensure my website is protected from pote...Expertise in website penetration testing. - Proficient in identifying and dealing with website vulnerabilities. - Able to provide a detailed report outlining the risks and necessary actions to enhance the security of the site. - Site Details: - The website is built on a Content Management System (CMS) like WordPress, Joomla, or Drupal. - The focus is primarily on identifying the admin username and password. I'm looking for someone who can not only identify threats but also provide a detailed plan for enhancing the website's security. Please share your experience and relevant pa...

    $171 (Avg Bid)
    $171 Avg Bida
    22 bida

    I need to create a private, unique digital space that allows invited individuals to know more about me. This will not be an open-access website, but one where users will have to request a password via email to gain access. Key Features: - Password-protection: It requires a system to manage requests for passwords via email and grant selective access. Ideal candidate: - Experience in creating secure, password-protected websites - Expertise in designing and organizing professional biographic content The website should contain: - Biographic information: A comprehensive yet succinct description of my personal and professional journey. - My writings: A space dedicated to showcasing my thought pieces and other written work. - Pricing Information: A section that details my services, i...

    $191 (Avg Bid)
    $191 Avg Bida
    47 bida

    ...- Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users: for key, values in (): print(f"{key}: {values}") if key =...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bida
    9 bida

    ...- Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users: for key, values in (): print(f"{key}: {values}") if key =...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bida
    11 bida

    I am looking for a skilled PHP developer to create a website that can check the validity of RDP login credentials. The website should: - Allow users to input RDP username and password - Perform a check on this data - Display the results directly on the website Key Requirements: - Create a user-friendly interface - Implement a robust RDP username & password checking system - Ensure that results are displayed accurately Ideal Skills: - Proficient in PHP - Experience working with RDP protocols - Strong understanding of web development and user interface design Please let me know your related experience and how you plan to approach this task.

    $196 (Avg Bid)
    $196 Avg Bida
    40 bida

    I'm looking for a skilled professional who can assist me in utilizing and customizing to conceal specific account information. Key Requirements: - Use and adjust the website - Hide the following account details: Username, Password, Personal contact information - Conceal the specified details on three key sections of the website: Account settings, Profile page, Listing details Ideal Skills: - Proficiency in web development - Understanding of website customization - Experience in data privacy and security - Familiarity with or similar platforms This is a critical project for me and I'm looking for a freelancer who can handle it with the utmost care and discretion.

    $87 (Avg Bid)
    $87 Avg Bida
    31 bida

    Specification: Facebook-Web-Scraping and Web-Crawling Write Swift Code that prompts the user to give username and password This information is used to login to facebook and scrape facebook for facebook friends and extract the following information: - Name - Birthday and month and if available year - Gender This information should be made available in a JSON or XML format. The code will be embedded in an app. It is important that this web-scraping activity can run in the background of the app invisible to the user.

    $577 (Avg Bid)
    $577 Avg Bida
    38 bida

    I am seeking an experienced IPTV app developer to rebrand an application similar to smarters pro. It's crucial for the rebranded app to support Android platform. the app must be working by activation codes instead of username and password with panel management dns if possible

    $178 (Avg Bid)
    $178 Avg Bida
    20 bida

    Hi Tanmay, could you please take a look at this website with possible malware. Also want some alterations completed to it. Alterations will be in chat. Login credentials are: cPanel server     Username           mmmm2079       Password            gw64j%%p Wordpress Login Details Username: Heather@mMFP2017 Password: UCvf2i1)^!eCAnABx*

    $16 / hr (Avg Bid)
    $16 / hr Avg Bida
    1 bida

    ...list system for my dealership website. This system will display users' offers for cars, ranking them from high to low based on offer amounts. Key Features: - List should be displayed in a table format, with each row representing a user's offer. - The list should auto-update in real-time as new offers are submitted, providing a seamless and dynamic user experience. - Each row should contain the username of the user, their offer amount, the car model and year of the offer, and the date and time the offer was submitted. Skills and Experience: - Experience with dynamic, real-time web applications - Proficiency in front-end development for creating a table format display - Knowledge of back-end technologies for real-time data updates - Understanding of user authentication...

    $233 (Avg Bid)
    $233 Avg Bida
    54 bida

    ...accounts connected to my Telegram X Android app. Key Specifications: - The session will be created in telethon - Application Development for a Windows platform - Ability to generate sessions for multiple Telegram accounts simultaneously - Incorporating phone number verification for user authentication - Ability to use proxy when making sessions for each registered account - ability to put bio, and username in the accounts when making session Ideal Skills: - Expertise in Windows-based application development - Prior experience with Telegram API - Proficient in creating phone number verification systems Overall, this project will utilize your refined skills to create a Telegram session maker that consolidates user management across multiple accounts. If you're a developer w...

    $144 (Avg Bid)
    Ditampilkan
    $144 Avg Bida
    5 bida

    ...Windows OS will be preferred. Additional Details: Monitor Regedit for the changes related to the policies applied through Service. Send notification to server, send mail to a group, in case of change not applied through Service. 7. Logs needs to be updated to SQL via a API POST call (this endpoint is developed you need to call this Only) and keep a backup at local database. POST JSON - { "Username": "", "MachineName": "ABC", "Timestamp": "", "appliedPolicies": [ { "Policy1": "0", "Policy2": "2" } ], "removedPolicies": [ { "Policy3": "2" } ], "changedPolicies": [ { "Policy4": { "oldValue": "0", "...

    $394 (Avg Bid)
    $394 Avg Bida
    9 bida

    You will build a python flask script with a single INPUT form to submit then scrape record data including ( 2 URL ) image thumbnail and record information from a website that requires username and password authentication. Skills and experience needed: - Experience in web scraping - Proficiency in programming languages such as Python - Knowledge of authentication protocols - Familiarity with tools and selenium libraries for web scraping - Attention to detail to ensure accurate data extraction - Ability to handle and manage large amounts of data efficiently Project deliverables: - A script or program that can scrape the desired text information from the website - - i will need 2 URL's and 1 thumbnail scraped. GUI will ask to enter number of the record to be scraped...

    $34 (Avg Bid)
    $34 Avg Bida
    15 bida

    I'm in need of a thorough security analysis and enhancement for my AWS account. Despite not having experienced any unauthorized activity or suspicious behavior, I want to proactively secure my account through a comprehensive security check. Key requirements: - Review and enhance password protection: Ensuring the strength and uniqueness of all passwords associated with my AWS account. - Implement two-factor authentication: Setting up a robust two-factor authentication mechanism to add an extra layer of security. - Account activity monitoring: Establishing a system to track and monitor all activities on the account, to detect any irregularities in real-time. Ideal skills and experience: - Proven experience in AWS security practices, especially in securing accounts and enhanci...

    $147 (Avg Bid)
    $147 Avg Bida
    17 bida

    I'm in urgent need of an API that generates temporary passwords for a Tuya smart lock. The main functionality I need is the ability to generate these passwords. The delivery method is not of concern as I just need a working sample of the JSON body for creating the API. Ideal Skills: - Experience with developing APIs, particularly for smart devices - Proficient in JSON and API design - Familiarity with the Tuya platform is a huge plus - Ability to work under a tight deadline - Excellent communication skills Please note that the project is required ASAP. We have obtained these locks , we try through api to create temporary passwords like it can be done through the app without luck. Also the device permision is on read. Can it change? We have tried both the Smar...

    $188 (Avg Bid)
    $188 Avg Bida
    11 bida

    ...help us expand our digital presence. The ideal candidate should have a firm grasp of mobile platforms, especially iOS and Android, and be well-versed in e-commerce app development. Key Features Required: - Profile Creation and Editing: Users should be able to create an account, input personal details, and have the option to edit this information. - Password Recovery: In the event of forgotten passwords, the app should have a secure and efficient password recovery mechanism. - Order History and Tracking: Users should be able to view past orders and be able to track current orders in real-time. Your responsibilities will include: - Developing the app for both iOS and Android platforms. - Ensuring the app is user-friendly and responsive. - Meeting the defined requirements and dead...

    $456 (Avg Bid)
    $456 Avg Bida
    43 bida

    ...number of reviews in brackets, and the username of the person that uploaded • If the user clicks on the username of the person that uploaded, it will go to a new page called Uploaded User Account Page (see below) • Below this is a description of the entry • Below description is the URL with the URL link to the Google Maps saved list. • Below the link is the city that the saved list is intended for • Below the city is where users can give a rating out of five • Below the rating are two buttons – Bookmark, and Report. Bookmark saves the entry to the user’s account in the Account page (see below), whereas report opens up a window that asks the user why they are reporting this entry. Uploaded User Account Page • Intended for whe...

    $2513 (Avg Bid)
    $2513 Avg Bida
    74 bida

    ...policies applied through Service. Send notification to server, in case of change not applied through Service. 6. Reading Frequency - 1 min, 10 min etc needs to be update in Regedit - HKEY_LOCAL_MACHINESOFTWAREVShieldService, Polling -1 7. Logs needs to be updated to SQL via a API POST call (this endpoint is developed you need to call this Only) and keep a backup at local. api/logs/ { "Username": "", "MachineName": "ABC", "Timestamp": "", "appliedPolicies": [ { "Policy1": "0", "Policy2": "2" } ], "removedPolicies": [ { "Policy3": "2" } ], "changedPolicies": [ { &q...

    $59 (Avg Bid)
    $59 Avg Bida
    1 bida

    Hello and Thank you for being here Having some issues getting a realm setup and working ? Have my working site with username/password and would like to see this working in Keycloak ? Available on screen share ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete thi...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bida
    2 bida

    I want an app similar to Uber, but simpler and in web mode. The website must allow registration with a username or email and password or with social networks. To become a driver, KYC submission and a $500 fee are required. Both drivers and customers will have reviews and ratings.

    $2507 (Avg Bid)
    $2507 Avg Bida
    115 bida

    ...for automating tasks that can only be done via a graphical user interface. With PyAutoGUI, you can write a Python script to move the mouse cursor to the username and password fields, type the credentials, and press the login button. 5. Windows Automation API (Windows) For Windows applications, you can also explore using the Windows Automation API directly. This is a lower-level approach compared to the others and requires a good understanding of how Windows applications are structured. It's powerful but has a steeper learning curve. General Approach: Identify the Elements: Use the tool of your choice to identify the login button, username field, password field, and any other elements involved in the login process. Script the Interaction: Write a script using the ide...

    $618 (Avg Bid)
    $618 Avg Bida
    35 bida

    Need to edit 2 features on xtream ui panel - basicaly accounts are generating with username and password . Need to turn it on active codes generating instead of username and password. Second need to add bulk option so Can generate n number of codes in one click. Note : the basic M3u URL IS generating for example : domain:port.....user....password... Must be changed on active code link... Thats all

    $153 (Avg Bid)
    $153 Avg Bida
    25 bida

    Need to edit 2 features on xtream ui panel - basicaly accounts are generating with username and password . Need to turn it on active codes generating instead of username and password. Second need to add bulk option so Can generate n number of codes in one click. Note : the basic M3u URL IS generating for example : domain:port.....user....password... Must be changed on active code link... Thats all

    $438 (Avg Bid)
    $438 Avg Bida
    58 bida

    The system consists of two main interfaces, one for users and one for the admin. The user interface will be based on a document file questionnaire that an employee would originally fill out by hand. I will supply this document and further details of how the form works if I feel you are a good fit for the project. User Interface: Mobile-friendly website. Login page with username, password, and "remember me" option. Form page with signature box and simple diagrams. Data is saved continuously, and abandoned reports trigger email notifications. Hidden fields record initial form date, user name, IP address, browser, device, and current location. Upon submission, data is saved in the database and emailed to multiple manager addresses. Users receive a confirmation code. Admin I...

    $145 (Avg Bid)
    $145 Avg Bida
    96 bida

    ...Core Requirements: User Interface Development: - Develop with forms for username, password, and password confirmation. - Ensure forms are user-friendly and adhere to modern web standards. Password Requirements: - Enforce a password length of 8-64 characters. - Support all printable ASCII and Unicode characters. - Implement password normalization using Unicode NFKC or NFKD methods. - Add a password strength meter to discourage trivial modifications of weak passwords. - Display warnings for passwords that exceed the maximum length without truncation. - Implement an "eye" icon for toggling password visibility. Security Enhancements: - Check passwords against a list of breached passwords and prompt users to change them if matched. - Use Ar...

    $24 (Avg Bid)
    $24 Avg Bida
    33 bida

    ...managing my Google Ads campaigns effectively. Although my website is in Dutch, the advertisements and the Google Ads account are managed in English. Responsibilities: Assist in finding the right keywords for campaigns. Help set up initial Cost Per Click (CPC) advertisements. Guide me through the process via screen sharing, explaining the steps and decisions involved, without the need to share passwords. Offer insights on optimizing and scaling campaigns. Provide ongoing support and advice, helping me to understand more advanced advertising strategies over time. Requirements: Profound knowledge of Google Ads, including keyword research and campaign management. Excellent teaching skills and patience to explain concepts clearly and thoroughly. Willingness to engage in long-term c...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bida
    60 bida

    Add Payment QR In Franchise Login Profiles of all the members to be shown. currently it is showing only his profiles Multiple profiles can be created by a single mobile and email Change the Name of Franchisee to Director In the Front Menu Add the Link called Director Login Add Match making option in the franchise Add Upload Photo Field in the and Location In Login add Mobile number also as username Add Name field in Filter profile

    $12 (Avg Bid)
    $12 Avg Bida
    16 bida

    We are looking to sponsor someone implementing functionality into the Forgejo open source project (a fork of Gitea) that allows users to set a README on their personal or organization profile in a manner similar to GitHub. If, for a personal profile, a repository of the same name as the username exists in the user's account, it is public and contains a , the content of that file should be displayed in the user profile above the list of the user's repositories. For organizations, if a .forgejo repository exists in that organization, it is public and contains a profile/, the content of that file should be used. We encourage you to contribute your code to the Forgejo project under your own name.

    $136 (Avg Bid)
    $136 Avg Bida
    43 bida

    I want to create the UI design of a website. The web application is created in Flutter web and uses Firebase services for APIs. The stripe payment method must also be implemented. When the user wants to access the some pages/button, they must receive a subscription message. I still need a separate page, someth...stripe payment method must also be implemented. When the user wants to access the some pages/button, they must receive a subscription message. I still need a separate page, something similar to announcements or a blog, where it will be easy for me to add different texts, announcements. This page must be easy to write in, so that I don't have to add lines of code. The user must register with a username and password, and after making the payment, he will receive access ...

    $158 (Avg Bid)
    $158 Avg Bida
    160 bida

    ...earliest. Specifically, here's what I'm looking for: - Speed: The project should be completed ASAP. Please only bid if you're able to deliver within a short time frame. - Expertise: You should have past experience installing SuiteCRM, particularly on Linux. We will: Set up SQL database Provide database username and password. Provide cPanel access The project is to install SuiteCRM v. 7.10.4 No modifications or importing of data is needed Set up one Admin account – we will provide a username and password When your installation is complete we will (within one business day) test your installation by creating a Lead, and converting the Lead to Contact and Account. If everything works as expected we will immediately release payment. Please submit your...

    $158 (Avg Bid)
    $158 Avg Bida
    59 bida

    ...of the Production server. b. Then I need to have it restored to a subdirectory on the new server c. I need all the passwords, FTP logins, admin logins or any other sensitive information changed, and any URL’s updated. I'm also open to other suggestions on how I can have a restore my prod environment on a separate cloud server without it generating a licensing error issue. If this doesn't work then I will need you to put an instance of the prod database to the staging subdirectory folder on the production server that I already have as this is the only way to get around a licensing issue with the SaaS. GitHub will also need to be updated accordingly and direction on passwords that need to be changed. Ideal candidates should: - Have a strong background ...

    $149 (Avg Bid)
    $149 Avg Bida
    99 bida

    here is the specification Invite the bot with the following required permissions: admin XP calculation formula: 1 character = 1 xp (bot needs to read each message) Bot stores member data of group: ID, XP Accessible on /leaderboard/[groupID] Commands: /mylevel /levelof [@username - find by ID] Response: "@username Level: level Rank: rank current XP/required XP for next level, bar [███████---] (for each 10% completed) Sent with love by LevelBotTg" /ranking "send a link to chat: [groupID] Sent with love by LevelBotTg" admin commands: /clear - all xp reset to 0

    $16 (Avg Bid)
    $16 Avg Bida
    22 bida

    ...smartphone penetration rate in the UAE, a mobile-friendly website that provides a seamless shopping experience across devices is essential. 16. Enable drop shipping. The site must be able to seamlessly sell from Alibaba and AliExpress without our interaction. Propose other sites to connect to. We are especially interested in sites in the Philippines Link : Username : admin Password : ECK-Dubai@321 • Files attached Logo for eZbrandZ • Two excel sheets with products to be uploaded to the site To be supplied after contract is signed: • Hostinger access to the backend of • Stripe credentials for online payments • Login to Zoho platform • Login to • Note that you will sign up for all the social media platforms using the eZbrandz name and

    $212 (Avg Bid)
    $212 Avg Bida
    44 bida

    ...automation testing and reporting. should not use API for performance. If you know Browser automation with Html and Graphana report is enough. Just need to automate below test cases with html report and Graphana report for 10 vus in local and 100 in Grapahana. please read my amazon website as example. Example test case: Launch the - Calculte how much time i taking to load Enter username Enter Password click Login Button - Add check home page reached and Calculate how much time it is taking to Load the Amazon home page search any product in amazon - verify how much time application is taking to complete the search Select the Product -> Add check and 100$ displayed eg: iphone - 1000$ click on Cart button Goto cart page - -> Add check and c...

    $12 (Avg Bid)
    $12 Avg Bida
    12 bida

    ...manage temporary passwords. Key requirements include: - Configure Tuya API to interact with Smart locks for the creation and management of temporary passwords. - Develop a system that enables temporary passwords to be active for 1 to 7 days. - Ensure a secure and reliable integration, maintaining the overall efficiency of the smart locks. Ideal Skillsets: - Proficiency in Tuya API is a must. - Prior experience with smart locks integration is highly preferred. - Competency in developing secure password management systems. - Strong communication skills to ensure smooth integration and operation of the system. Please include any relevant experience and similar projects you have worked on in your proposal. We have obtained these locks , we try through api to create ...

    $25 (Avg Bid)
    $25 Avg Bida
    31 bida

    ...temporary passwords. Key requirements include: - Configure Tuya API to interact with Smart locks for the creation and management of temporary passwords. - Develop a system that enables temporary passwords to be active for 1 to 7 days. - Ensure a secure and reliable integration, maintaining the overall efficiency of the smart locks. Ideal Skillsets: - Proficiency in Tuya API is a must. - Prior experience with smart locks integration is highly preferred. - Competency in developing secure password management systems. - Strong communication skills to ensure smooth integration and operation of the system. Please include any relevant experience and similar projects you have worked on in your proposal. We have obtained these locks , we try through api to create tempo...

    $154 (Avg Bid)
    $154 Avg Bida
    71 bida

    ...Radius on a Linux VPS and install a user-friendly web interface. System requirements: - Ability to create vouchers: both manually and automatically. Voucher is a word of 12 symbol lenghth. The system should support two types of codes, one with a data limit of 500Mb and the other with a limit of 1000Mb - Management of users: system should support the creation and management of usernames and passwords for authentication. The user data limit should be set at 1 GB, reset weekly or at increments of 7 GB weekly / 30 GB monthly. It can be done with external cron script. - Management of devices - system should authorise remote devices (NAS) responsible for user authorisation on remote locations. And it should not be linked to remote device IP, as it may be floating. - Setup role for...

    $222 (Avg Bid)
    $222 Avg Bida
    35 bida

    ...their account and recover forgotten passwords. - Create the ability for customers to check their billing history and track their usage. - Implements functionality for customers to pay their bills online. - Develop static pages like 'Home', 'About Us', and 'Contact Us'. These pages should be attractive with modern UI design and animations. - Add an administrative interface for administrators to manage customer profiles, including adding new customers, editing existing profiles, and viewing customer details. Administration functionality should include: - The ability to manage, add, list, and filter all bills. - Generate reports on customer activity, project statuses, bills, and payments. - Admin login functionality with the recovery of forgotten p...

    $592 (Avg Bid)
    $592 Avg Bida
    26 bida

    I need a proficient .Net MAUI developer to build an application for both Android and iOS. The app should have: - A button to connect to my OPENVPN server using a .ovpn certificate, username, and password. - Same button should also be able to disconnect the connection. - A button to handle subscriptions through the App Store Connect API. Design-wise,(basic design no need to do any designing) the aesthetics should lean towards a minimalist style. Experience with VPN connection setup and app store subscription handling is a must. Additionally, knowledge of .Net MAUI will be necessary for successful completion of this project.

    $139 (Avg Bid)
    $139 Avg Bida
    63 bida

    I am searching for an experienced developer who can construct an AWS Lambda function for data processing purposes. The data in question will be predominantly text-based. Key Requirements: - Ability to work proficiently with AWS Lambda - Strong expertise in Python, which will be the primary language for this task Zip file w...in question will be predominantly text-based. Key Requirements: - Ability to work proficiently with AWS Lambda - Strong expertise in Python, which will be the primary language for this task Zip file with AWS Lambda Function needed in Python which fetches file from a Folder in S3 Bucket and drops it in a SFTP location using paramiko and pysftp (both libraries) parameters are hostname port username password I will test the code by applying the parameter...

    $74 (Avg Bid)
    $74 Avg Bida
    21 bida

    I need an expert in data management and social media analytics to help create a database for my Instagram followers. Key tasks will include: 1. Organizing the database by follower engagement level. 2. Including both the username and follower count of each Instagram follower in the database. 3. Providing monthly updates for the database. The ideal freelancer for this project should have extensive experience with data organization and social media analytics. Mighty beneficial if you have prior experience creating or managing similar databases. Comfort with Instagram's platform and an understanding of how to categorize user engagement will be crucial to this project.

    $122 (Avg Bid)
    $122 Avg Bida
    43 bida

    I am seeking a PHP developer to create a secure CURL script that logs into a remote FTP server using a username, password, and PEM certificate to upload a file, list files and download a file. You will need to: - Set up the CURL script to handle both username, password, and a PEM certificate. - Ensure that the script successfully authenticates with the FTP server using these credentials. - Offer 4 functions (connect, upload, list, download) - Implement error handling and logging to deal with any issues that may arise during the authentication process. A well-documented and clean codebase is appreciated.

    $181 (Avg Bid)
    $181 Avg Bida
    79 bida