grahamr975 / EWS-Office365-Contact-Sync

Uses Exchange Web Services to synchronize a Global Address List in Office 365 to a user's mailbox
MIT License
96 stars 21 forks source link

What is CreditCardValidator.dll doing? #29

Closed Noiden closed 3 years ago

Noiden commented 3 years ago

Hi,

Thanks for a great script, I'm just wondering what this CreditCardValidator.dll is doing?

https://github.com/grahamr975/EWS-Office365-Contact-Sync/blob/master/EWSContacts/Module/bin/CreditCardValidator.dll

Thanks.

grahamr975 commented 3 years ago

It's part of Gscale's PowerShell EWS API here: https://github.com/gscales/Powershell-Scripts/tree/master/EWSContacts

I haven't yet had the time to audit it, so I'm not exactly sure what the CreditCardValidator.dll is supposed to do.

Noiden commented 3 years ago

Ok, thanks for the information.

There is a script under "EWSContacts\Module\internal\functions\Find-CCNumber.ps1" that has something to do with credit cards.

grahamr975 commented 3 years ago

Removed CreditCardValidator.dll in commit #2a65196 after verifying it's no longer used.