Author: Jason

  • Secure Password is not Secure

    You’ve seen it, “Enter your new password, it has to be this long with these character types…” BLAH BLAH BLAH. You enter your regular password of Monkey123 (Yes, monkey is always among the most popular passwords found on the internet.)

    https://wpengine.com/resources/passwords-unmasked-infographic/
    (indecent passwords are blacked out)

    I like sites that allow you to add multiple symbols. I also like sites that allow you to set VERY LONG passwords. I personally use passwords that have UPPER, lower, numbers 123, and symbols !@#$%^&*()_+-={}|[]\:”;'<>?,./ that are super long. I also use a password manager so I don’t have to remember my passwords. See LastPass. LastPass is not a sponsor. I have used them as a paid subscriber for 10+ years.

    I was setting up a password for 8×8 which is a VoIP phone provider and I used my random password generator from LastPass and 8×8 told me my password was not secure.

    Here is an example of a password that I use for my accounts. You can see 50 characters that have upper, lower, numbers, and symbols. A password like this 50 character length has 1606 bits of entropy.

    4.53*10^94 is the total number of passwords
    94 characters on the keyboard, 50 digits = 94^50
    THAT IS slightly more than “FOUR AND ONE HALF HUNDRED UNTRIGINTILLION.”

    BUT, 8×8 limits you to no more than 25 characters. That’s half of the total possible combinations at 2.1291E+49 (or 2.13*10^49 or 20 QUINDECILLION.

    I don’t know about you but I am not comfortable with only 20 quindecillion possibilities for my password and a brute force attack. Now a days computers can guess about 1,000,000 guesses per second.

    SINCE they limit the types of characters to just ~!@#$%^&*()_+-=;:,.?<> AND a-z, A-Z, 0-1 which equals 58 character types and max of 25 digits (58^25) = 1.21815E+44 (or 1.22 Hundred Tredecillion or 1.22 * 10^44 or 121,814,739,012,626,000,000,000,000,000,000,000,000,000)

    IN CLOSING, a site that requires password should never limit the number of digits and should allow for all possible character types. If they are storing your password securely with a salted hash then the length and type does NOT matter to the database.

    Have a nice (and secure) day!

  • New Update iOS 14.7

    Updates:

    • MagSafe Battery Pack Support
      • reverse charging
    • Merge Apple Cards
    • HomePod Timer Management
    • Air Quality Info
    • Podcast app updates
    • Bug Fixes
      • WiFi SSID name fix %p%s%s%s%s%n
      • other misc. bugs


    References: https://www.macrumors.com/guide/ios-14-7-features/ & https://www.youtube.com/watch?v=H0HyBJ3f8dM

  • Is It Down?

    Yesterday there was an outage of 8×8 (eight by eight) which is a VoIP (Voice Over Internet Protocol) Phone Provider. I didn’t know if it was that site’s internet or specific to their account or the whole system. I came across two things that I thought I would share.

    First, if you rely on a service for your business you should always know of their status page for their service. Comment below if you have others you would like me to add.

    8x8-logo - ACP CreativIT
    8X8 – https://status.8×8.com/
    Microsoft to end device limits for consumer Office 365 subscribers |  Computerworld
    Office 365 – https://status.office.com/

    Zoom – https://status.zoom.us/



    Google – https://status.cloud.google.com/

    Second, there is a website, iOS and Android app for Downdetector which is user submitted outages for a plethora of service providers. Check it out!

    Pin on IPHONEOS 14

    https://apps.apple.com/us/app/downdetector/id816223770

    Google Play Store picks up a new icon and notifications - TalkAndroid.com

    https://play.google.com/store/apps/details?id=com.serinus42.downdetector&hl=en_US&gl=US

  • HP 3 Monitor Daisy Chain

    Specs HP Z24f G3 60,5 cm (23.8") 1920 x 1080 pixels Full HD Silver Computer  Monitors (3G828AA)

    While it is not a new concept, I just had the pleasure of setting up 3 monitors via DisplayPort daisy chaining. Using a Lenovo ThinkCentre M92g and two HP z24frg3 monitors plus another HP monitor, I was able to connect DP out from desktop to 1st monitor, DP out from that to 2nd monitor, DP out to a 3rd monitor. Windows 10 automatically handled the screen extension just fine and dandy. We did try a 4th monitor but the video card wouldn’t pick it up. STILL 3 monitors using daisy chaining is a HUGE benefit for cable management and port savings. You can see on this picture below the DP in and DP out. This monitor is about $250 each.
    https://www.hp.com/us-en/shop/pdp/hp-z24f-g3-fhd-display

  • go.icwnow.com 404

    You have reached this page because the shortcut you are tying to get to fails. Please feel free to leave a comment below so I know which page to fix.

  • jasrasr.com 404

    You have reached this page because the shortcut you are tying to get to fails. Please feel free to leave a comment below so I know which page to fix.

    What page were you just at?
    What page were you trying to go to?
    Any other notes you would like me to know?
  • icwnow.net 404

    You have reached this page because the shortcut you are tying to get to fails. Please feel free to leave a comment below so I know which page to fix.

    What page were you just at?
    What page were you trying to go to?
    Any other notes you would like me to know?
  • icwnow.com 404

    You have reached this page because the shortcut you are tying to get to fails. Please feel free to leave a comment below so I know which page to fix.

    What page were you just at?
    What page were you trying to go to?
    Any other notes you would like me to know?
  • Do Not Do This

    Pssssn
    Photo Credit: https://howtoremove.guide/p-s-s-s-s-n-wireless-network/

    Do NOT join this network if you see it. Once you do it will brick your iPhone and will need a Reset Network Settings to fix. iOS Settings > General > Reset > Reset Network Settings.
    (NOTE: if you need to click ‘Reset Network Settings” you won’t lose any data or files on your phone except you will lose any saved Wi-Fi networks and passwords.)

    Photo Credit: Jason Lamb

    There is a bug in the text parser in iOS that tries to interpret the % as an escape character. %20 is often used in URLs and JavaScript to identify space between words. You can see a full list of URL encodes here: https://www.w3schools.com/tags/ref_urlencode.ASP

    You can play with this 074%097%115%111%110%032%076%097%109%098%032%105%115%032%065%087%069%083%079%077%069%033 and decode it here: http://www.unit-conversion.info/texttools/ascii/

    Start this video at 22:58 to hear Steve talk about this vulnerability.

    You can check out Steve Gibson’s show notes from this episode here: https://www.grc.com/sn/sn-824-notes.pdf or the written transcript of that episode here: https://www.grc.com/sn/sn-824.htm

    Also read: https://howtoremove.guide/p-s-s-s-s-n-wireless-network/

  • My Story – Why

    I am creating this template to start writing will will eventually be an autobiography. The purpose of this will be to eventually publish, probably self publish. I would like to leave a legacy for my kids and grand kids to be able to read about my life and things I remember about my childhood and everything that leads up to today (or at the time of the writing). I will try to be as brutally honest as I can and will try not to won’t worry about embarrassments along the way. Follow this and the other post to read along as I post new. https://jasonlamb.me/blog/cat/my-story/

    I plan to write a little bit as often as I can instead of large chunks that will take me long to write. This way I can keep moving. I will write in a stream of conciseness and then organize it later chronologically or some way that makes sense.

    I hope you enjoy and feel free to leave comments for suggestions or memories or anything I can add or make better.