Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
secure
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…, you would need to implement authentication, encryption, and possibly a
secure
connection (e.g., using SSL/TLS). - Ensure the firewall settings…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
… to the MS cloud. Not only is the cloud not
secure
, but online services (particularly MS) have a habit of shrinking…
How secure is Github?
Programming
Software Development
1 Month Ago
by Dani
I use Github for DaniWeb's code base. I was just wondering though. How
secure
is it? Would you ever store passwords or other sensitive information in Github (Don't worry. We use .gitignore.)? What about code that could be considered a trade secret, or that type of thing?
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by rproffitt
Given the state of affairs in the USA, any security we thought we had is gone. DOGE is gaining access by force now. Do we really need this conversation?
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
Given who owns github (M$), and their location (U$A), I wouldn't trust anything commercially sensitive with them. Why do you even need it, apart from the simple convenience of it all (that's the trap, make the honeypot sweet enough, plenty will arrive). There's not much there that can't be replicated on a server machine you physically control.…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Reverend Jim
I don't trust any online service to store my information, sensitive or otherwise, other than whatever password I use to access a particular site. And I assume (mistake, probably) that they keep only the encrypted copy of the password. I saw an ad a while back (I think it was on Ask Woody) for a service that offered to keep all your financial …
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Dani
> There's not much there that can't be replicated on a server machine you physically control. Redundancy in the cloud. > How many people have commit rights on your codebase? Every contributor has a complete copy of the entire git repo. So even if you lost everything, you can sync with any of your peers and be back up and running to the…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by pritaeas
No sensitive info in any CVS. If I had a codebase such as DW, I'd store it in a local git store, synced to another machine of mine. No cloud.
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
TBH, if it's "just me", then password protected tarballs of your `.git` directory, uploaded to one of the more trustworthy sites might be an option. I wouldn't touch google/onedrive with a barge-pole. Dropbox maybe at a pinch. Personally, I use https://mega.io/ If your DW hosting provider gives you access to filespace outside of the…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by pritaeas
https://www.theregister.com/2025/03/17/supply_chain_attack_github/
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Dani
> https://www.theregister.com/2025/03/17/supply_chain_attack_github/ Well that’s coincidental. Doesn’t seem to apply to our repo though because we don’t use tj-actions/changed-files and use private repos. More to say when I’m not on my phone.
Re: What makes a technical E-commerce web standout?
Programming
Web Development
2 Months Ago
by simplixi
… cash on delivery, which are popular in the region. - Ensure
secure
transaction processes to build customer trust. **6. Logistics and Delivery…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by programmer_5
Reducing spam bots I strongly suggest to use SMTP, I would prefer to use PHPMailer which get more
secure
and handle professionally templates.
Re: Software Development Trends 2025
Programming
Software Development
1 Month Ago
by rproffitt
While Green Software is good to see here, how are you going to be Cybersecure in 2025 USA with DOGE breaking into all the US agencies? Even with locked doors and more, nothing seems to be
secure
against DOGE.
Re: Looking for a online dating service template
Digital Media
UI / UX Design
2 Months Ago
by flame_2
i like this topic
Secure pages won't load - HJT log
Hardware and Software
Information Security
18 Years Ago
by Cooch69
…8127-FD793AFC6CC8} (ActiveDataInfo Class) - [URL]https://www-
secure
.symantec.com/techsupp/asa/ctrl/SymAData.cab[/URL] O16 …81DF-AAB636FA4345} (Symantec SmartIssue) - [URL]https://www-
secure
.symantec.com/techsupp/asa/ctrl/tgctlsi.cab[/URL] O16 …Symantec Script Runner Class) - [URL]https://www-
secure
.symantec.com/techsupp/asa/ctrl/tgctlsr.cab[/URL] O16…
Re: secure online form - javascript
Programming
Web Development
17 Years Ago
by MidiMagic
"
Secure
" and "JavaScript" can't exist together. Anyone can read your JavaScript text by downloading the page. Thus, they can know how to access the
secure
connection.
secure or not
Programming
Web Development
9 Years Ago
by yuva1234
now a day which the language such as (php,asp,jsp..ect) to use the website and which is the language very easy and very
secure
. please tell me.
Re: secure or not
Programming
Web Development
9 Years Ago
by Aeonix
… how you program it, I bet I could make extremely
secure
website with HTML by just typing "Hello World"…
Re: Secure pages won't load - HJT log
Hardware and Software
Information Security
18 Years Ago
by Cooch69
… my wife's laptop. I was not able to get
secure
pages on hers either. I uninstalled Norton completely, I used… too high. I lowered it to 1452 to accomodate those
secure
sites and VIOLA! it works great now. This is a…
Secure PHP Login System Example Code
Programming
Web Development
11 Years Ago
by CarterLangley
…$session_name = 'sec_session_id'; // Set a custom session name $
secure
=
SECURE
; // This stops JavaScript being able to access the session id…path"], $params["domain"], $params["
secure
"], $params["httponly"]); // Destroy session session_destroy…
Re: Secure PHP Login System Example Code
Programming
Web Development
11 Years Ago
by CarterLangley
Forgot to add the source of the above. http://www.wikihow.com/Create-a-
Secure
-Login-Script-in-PHP-and-MySQL
Secure Submitted Email by PHP, CURL and Authentication?
Programming
Web Development
11 Years Ago
by VNexus
…XML. They also use HTTP Basic Authentication over SSL to
secure
data. For any options worth knowing, the cloud based … authentication, etc.? How would IT regard this as being
secure
? What would be the best way to write this code…? What could be regarded as the best way to
secure
data when emailing? Basically, the cloud hosted ticketing system …
secure sockets in winsock 2 and c ssl
Programming
Software Development
14 Years Ago
by technology
… and know that it requires something to do with
Secure
Sockets and SetSockOpt and GetSockOpt and WSAIOctl but Im … DaniWeb Help make this to work with
Secure
Sockets just getting the
Secure
Socket Connection working would be fine as …done below: Ideally getting this code to work with
Secure
Sockets will mean it connecting to PORT 465 on SSL…
Secure sites blocked, and other Internet problems
Hardware and Software
Microsoft Windows
19 Years Ago
by Lachrym
…solution. Okay, here goes: First of all, I cannot access
secure
sites. I have, however, seen a rule that I had… overlooked in Norton Internet Security: Block all
secure
sites. It would seem that the first problem would be…soon as I apply the new settings (without the block
secure
sites rule), I get slapped with an error reporting message…
secure acs & external database
Hardware and Software
Networking
18 Years Ago
by yasemin
…an exchange 2000 server, a server with Cisco
Secure
ACS, and a cisco catalyst 2950 switch. …internal list of users in the cisco
secure
acs will be checked. if that fails, …, the user is added to the cisco
secure
acs internal database.... How can I get the…put into the external database of my cisco
secure
ACS server? (so that I can check …
Re: secure sockets in winsock 2 and c ssl
Programming
Software Development
14 Years Ago
by technology
Ive found a link mentioning IPSEC and Winsock
Secure
Socket Extensions [URL="http://msdn.microsoft.com/en-us/… can anyone recommeend a good book with examples for windows
secure
sockets extensions. Any help greatly appreciated.
Re: Secure Submitted Email by PHP, CURL and Authentication?
Programming
Web Development
11 Years Ago
by VNexus
… need to see in order to call it a "
secure
" SSL connection. However, you've given me an idea…
Re: Secure Submitted Email by PHP, CURL and Authentication?
Programming
Web Development
11 Years Ago
by Lsmjudoka
… they will encrypt it for you, which is the most
secure
you can really get on an email. But run a…
Re: secure online form - javascript
Programming
Web Development
17 Years Ago
by hielo
… server. Notice the "s" (as in "
Secure
") in "https". Thus, you must make sure…]https://www.somesite.com/page1.php[/url] which is a
secure
form. Since in the "action" attribute you…www.somesite.com/page1.php[/url] which is not a
secure
protocol. Another common mistake is to hardcode an insecure …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC